mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +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
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <LibGUI/Model.h>
|
||||
|
||||
namespace Profiler {
|
||||
|
||||
class Profile;
|
||||
|
||||
class SamplesModel final : public GUI::Model {
|
||||
|
@ -43,3 +45,5 @@ private:
|
|||
GUI::Icon m_user_frame_icon;
|
||||
GUI::Icon m_kernel_frame_icon;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue