1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Statistics window shell.

This commit is contained in:
Bartosz Taudul
2018-03-24 14:40:48 +01:00
parent a9e1a9bddb
commit 3a49e9a4be
2 changed files with 19 additions and 1 deletions
+2
View File
@@ -73,6 +73,7 @@ private:
void DrawOptions();
void DrawMessages();
void DrawFindZone();
void DrawStatistics();
void DrawInfoWindow();
void DrawZoneInfoWindow();
@@ -157,6 +158,7 @@ private:
bool m_showOptions;
bool m_showMessages;
bool m_showStatistics;
bool m_drawGpuZones;
bool m_drawZones;
bool m_drawLocks;