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

Separate callstack table drawing functionality.

This commit is contained in:
Bartosz Taudul
2021-11-13 15:56:57 +01:00
parent c1f6d6c9ce
commit 45df37e3a9
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -208,6 +208,7 @@ private:
void DrawAllocList();
void DrawCompare();
void DrawCallstackWindow();
void DrawCallstackTable( uint32_t callstack, bool globalEntriesButton );
void DrawMemoryAllocWindow();
void DrawInfo();
void DrawTextEditor();