mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
Profiler: Add some implied auto qualifiers
This commit is contained in:
parent
d001f8ba70
commit
39a4c0e6ce
Notes:
sideshowbarker
2024-07-17 22:20:06 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 39a4c0e6ce
Pull-request: https://github.com/SerenityOS/serenity/pull/11374
11 changed files with 40 additions and 40 deletions
|
@ -156,7 +156,7 @@ void TimelineTrack::recompute_histograms_if_needed(HistogramInputs const& inputs
|
|||
m_kernel_histogram = Histogram { inputs.start, inputs.end, inputs.columns };
|
||||
m_user_histogram = Histogram { inputs.start, inputs.end, inputs.columns };
|
||||
|
||||
for (auto& event : m_profile.events()) {
|
||||
for (auto const& event : m_profile.events()) {
|
||||
if (event.pid != m_process.pid)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue