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

Display basic information about CPU usage.

This commit is contained in:
Bartosz Taudul
2019-08-18 12:28:38 +02:00
parent 3b8518f7b6
commit faac08865a
2 changed files with 99 additions and 0 deletions
+2
View File
@@ -135,6 +135,7 @@ private:
void DrawGoToFrame();
void DrawLockInfoWindow();
void DrawPlayback();
void DrawCpuDataWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );
@@ -286,6 +287,7 @@ private:
bool m_showStatistics = false;
bool m_showInfo = false;
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_drawGpuZones = true;
bool m_drawZones = true;
bool m_drawLocks = true;