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

Add minimal trace info window.

This commit is contained in:
Bartosz Taudul
2018-08-08 19:25:13 +02:00
parent a51da71fa4
commit 29c6498890
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -85,6 +85,7 @@ private:
void DrawCompare();
void DrawCallstackWindow();
void DrawMemoryAllocWindow();
void DrawInfo();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr );
@@ -209,6 +210,7 @@ private:
bool m_showOptions;
bool m_showMessages;
bool m_showStatistics;
bool m_showInfo;
bool m_drawGpuZones;
bool m_drawZones;
bool m_drawLocks;