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

Display raw callstack payload.

This commit is contained in:
Bartosz Taudul
2018-06-19 22:19:33 +02:00
parent 4eea85fdad
commit 4ba95145da
2 changed files with 45 additions and 1 deletions
+2
View File
@@ -110,6 +110,8 @@ private:
void ZoneTooltip( const ZoneEvent& ev );
void ZoneTooltip( const GpuEvent& ev );
void CallstackTooltip( uint32_t idx );
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
uint64_t GetZoneThread( const ZoneEvent& zone ) const;