mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Also display non-user plot data count.
This commit is contained in:
@@ -332,6 +332,7 @@ public:
|
||||
uint64_t GetGpuZoneCount() const { return m_data.gpuCnt; }
|
||||
uint64_t GetLockCount() const;
|
||||
uint64_t GetPlotCount() const;
|
||||
uint64_t GetTracyPlotCount() const;
|
||||
uint64_t GetContextSwitchCount() const;
|
||||
uint64_t GetContextSwitchPerCpuCount() const;
|
||||
bool HasContextSwitches() const { return !m_data.ctxSwitch.empty(); }
|
||||
|
||||
Reference in New Issue
Block a user