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

Extract call stack calls drawing functionality.

This commit is contained in:
Bartosz Taudul
2019-11-15 19:59:13 +01:00
parent a518564006
commit 973fd941d5
2 changed files with 31 additions and 25 deletions
+1
View File
@@ -222,6 +222,7 @@ private:
const char* GetPlotName( const PlotData* plot ) const;
void SmallCallstackButton( const char* name, uint32_t callstack, int& idx, bool tooltip = true );
void DrawCallstackCalls( uint32_t callstack, uint8_t limit ) const;
void SetViewToLastFrames();
int64_t GetZoneChildTime( const ZoneEvent& zone );
int64_t GetZoneChildTime( const GpuEvent& zone );