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

Allow retrieval of zone's thread data.

This commit is contained in:
Bartosz Taudul
2019-03-17 16:17:47 +01:00
parent b4bfdb7872
commit 016f7ac4b6
2 changed files with 10 additions and 3 deletions
+1
View File
@@ -162,6 +162,7 @@ private:
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
const ThreadData* GetZoneThreadData( const ZoneEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;
uint64_t GetZoneThread( const GpuEvent& zone ) const;
const GpuCtxData* GetZoneCtx( const GpuEvent& zone ) const;