1
0
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:
Bartosz Taudul
2018-04-30 01:16:08 +02:00
parent e5cb241c19
commit 4c521ce92a
3 changed files with 24 additions and 13 deletions
+2 -2
View File
@@ -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();