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

GPU zone thread getter.

This commit is contained in:
Bartosz Taudul
2018-03-19 16:11:37 +01:00
parent 5a32cd7984
commit 0f6ec65b65
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ private:
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;
uint64_t GetZoneThread( const GpuEvent& zone ) const;
#ifndef TRACY_NO_STATISTICS
void FindZones();