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

Display extra zone data count.

This commit is contained in:
Bartosz Taudul
2020-01-26 17:28:37 +01:00
parent 3e45e4abd9
commit 1915a9e5f6
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -330,6 +330,7 @@ public:
size_t GetFullFrameCount( const FrameData& fd ) const;
int64_t GetLastTime() const { return m_data.lastTime; }
uint64_t GetZoneCount() const { return m_data.zonesCnt; }
uint64_t GetZoneExtraCount() const { return m_data.zoneExtra.size() - 1; }
uint64_t GetGpuZoneCount() const { return m_data.gpuCnt; }
uint64_t GetLockCount() const;
uint64_t GetPlotCount() const;