Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sign the patch
  • Loading branch information
zhengyu123 committed Jun 17, 2025
commit 463e8eb38d53fb3115613c5556b71e3a65d1c3df
1 change: 0 additions & 1 deletion ddprof-lib/src/main/cpp/threadFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class ThreadFilter {
// todo: add thread safe APIs
return bitmap[((u32)thread_id % BITMAP_CAPACITY) >> 6];
}

public:
ThreadFilter();
ThreadFilter(ThreadFilter &threadFilter) = delete;
Expand Down
Loading