mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-23 19:48:33 +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 {
|
||||
|
||||
SamplesModel::SamplesModel(Profile& profile)
|
||||
: m_profile(profile)
|
||||
{
|
||||
@@ -91,3 +93,5 @@ void SamplesModel::update()
|
||||
{
|
||||
did_update(Model::InvalidateAllIndices);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user