mirror of
https://github.com/wolfpld/tracy
synced 2025-05-05 22:53:52 +00:00
GPU zone count accessor.
This commit is contained in:
parent
5e1894dd79
commit
1ae49c14a2
@ -285,6 +285,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 GetGpuZoneCount() const { return m_data.gpuCnt; }
|
||||
uint64_t GetLockCount() const;
|
||||
uint64_t GetPlotCount() const;
|
||||
uint64_t GetContextSwitchCount() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user