mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Profiler: Move everything into the "Profiler" namespace
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user