mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +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/Frame.h>
|
||||
|
||||
namespace Profiler {
|
||||
|
||||
class Profile;
|
||||
|
||||
class ProfileTimelineWidget final : public GUI::Frame {
|
||||
|
@ -32,3 +34,5 @@ private:
|
|||
u64 m_select_end_time { 0 };
|
||||
u64 m_hover_time { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue