mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Loaded traces may be unloaded.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
View( FileRead& f );
|
||||
~View();
|
||||
|
||||
static void Draw();
|
||||
static bool Draw();
|
||||
|
||||
private:
|
||||
enum class Namespace : uint8_t
|
||||
@@ -61,7 +61,7 @@ private:
|
||||
|
||||
void DrawTextContrast( ImDrawList* draw, const ImVec2& pos, uint32_t color, const char* text );
|
||||
|
||||
void DrawImpl();
|
||||
bool DrawImpl();
|
||||
void DrawConnection();
|
||||
void DrawFrames();
|
||||
bool DrawZoneFrames();
|
||||
|
||||
Reference in New Issue
Block a user