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

Search for zone present in given thread at given time.

This commit is contained in:
Bartosz Taudul
2018-04-01 21:47:08 +02:00
parent 20824a200c
commit 912cfdbc5e
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -99,6 +99,7 @@ private:
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;
uint64_t GetZoneThread( const GpuEvent& zone ) const;
const ZoneEvent* FindZoneAtTime( uint64_t thread, int64_t time ) const;
#ifndef TRACY_NO_STATISTICS
void FindZones();