mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
Profiler: Don't include signposts in the samples list
This commit is contained in:
parent
2da817615e
commit
3cc5308ddc
Notes:
sideshowbarker
2024-07-18 07:00:28 +09:00
Author: https://github.com/awesomekling
Commit: 3cc5308ddc
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ void Profile::rebuild_tree()
|
|||
if (!process_filter_contains(event.pid, event.serial))
|
||||
continue;
|
||||
|
||||
if (event.data.has<Event::SignpostData>())
|
||||
continue;
|
||||
|
||||
m_filtered_event_indices.append(event_index);
|
||||
|
||||
if (auto* malloc_data = event.data.get_pointer<Event::MallocData>(); malloc_data && !live_allocations.contains(malloc_data->ptr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue