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

Retrieval of GPU context from GPU zone.

This commit is contained in:
Bartosz Taudul
2018-06-28 01:07:21 +02:00
parent 4a467b6d03
commit 0b9559c05b
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ private:
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;
uint64_t GetZoneThread( const GpuEvent& zone ) const;
const GpuCtxData* GetZoneCtx( const GpuEvent& zone ) const;
const ZoneEvent* FindZoneAtTime( uint64_t thread, int64_t time ) const;
#ifndef TRACY_NO_STATISTICS