mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +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;
|
size_t GetFullFrameCount( const FrameData& fd ) const;
|
||||||
int64_t GetLastTime() const { return m_data.lastTime; }
|
int64_t GetLastTime() const { return m_data.lastTime; }
|
||||||
uint64_t GetZoneCount() const { return m_data.zonesCnt; }
|
uint64_t GetZoneCount() const { return m_data.zonesCnt; }
|
||||||
|
uint64_t GetGpuZoneCount() const { return m_data.gpuCnt; }
|
||||||
uint64_t GetLockCount() const;
|
uint64_t GetLockCount() const;
|
||||||
uint64_t GetPlotCount() const;
|
uint64_t GetPlotCount() const;
|
||||||
uint64_t GetContextSwitchCount() const;
|
uint64_t GetContextSwitchCount() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user