mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Profiler: Move everything into the "Profiler" namespace
This commit is contained in:
parent
d29e2dd2d7
commit
dbbc6096a9
Notes:
sideshowbarker
2024-07-18 18:43:08 +09:00
Author: https://github.com/awesomekling
Commit: dbbc6096a9
17 changed files with 66 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <AK/StringBuilder.h>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace Profiler {
|
||||
|
||||
IndividualSampleModel::IndividualSampleModel(Profile& profile, size_t event_index)
|
||||
: m_profile(profile)
|
||||
, m_event_index(event_index)
|
||||
|
@ -69,3 +71,5 @@ void IndividualSampleModel::update()
|
|||
{
|
||||
did_update(Model::InvalidateAllIndices);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue