mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Profiler: Move everything into the "Profiler" namespace
This commit is contained in:
parent
d29e2dd2d7
commit
dbbc6096a9
17 changed files with 66 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <LibGUI/Forward.h>
|
||||
#include <LibGUI/ModelIndex.h>
|
||||
|
||||
namespace Profiler {
|
||||
|
||||
class DisassemblyModel;
|
||||
class Profile;
|
||||
class ProfileModel;
|
||||
|
@ -229,3 +231,5 @@ private:
|
|||
bool m_show_top_functions { false };
|
||||
bool m_show_percentages { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue