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

Add functionality for getting zone thread.

This commit is contained in:
Bartosz Taudul
2018-03-18 16:38:42 +01:00
parent 616269e849
commit d08c10c5b6
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@ private:
void ZoneTooltip( const GpuEvent& ev );
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;
#ifndef TRACY_NO_STATISTICS
void FindZones();