mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
Profiler: Move filter checks into their own function
This commit is contained in:
parent
00de3b53c8
commit
2d6091be10
Notes:
sideshowbarker
2024-07-18 18:37:03 +09:00
Author: https://github.com/gunnarbeutner
Commit: 2d6091be10
Pull-request: https://github.com/SerenityOS/serenity/pull/6913
2 changed files with 11 additions and 4 deletions
|
@ -174,6 +174,7 @@ public:
|
|||
void set_process_filter(pid_t pid, u64 start_valid, u64 end_valid);
|
||||
void clear_process_filter();
|
||||
bool has_process_filter() const { return m_has_process_filter; }
|
||||
bool process_filter_contains(pid_t pid, u32 timestamp);
|
||||
|
||||
bool is_inverted() const { return m_inverted; }
|
||||
void set_inverted(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue