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

Special mode for callstack grouping in find zone menu.

This commit is contained in:
Bartosz Taudul
2019-02-27 20:37:38 +01:00
parent 851ae9077b
commit 422ed1f452
2 changed files with 206 additions and 112 deletions
+3
View File
@@ -131,6 +131,7 @@ private:
std::vector<CallstackFrameTree> GetCallstackFrameTreeBottomUp( const MemData& mem ) const;
std::vector<CallstackFrameTree> GetCallstackFrameTreeTopDown( const MemData& mem ) const;
void DrawFrameTreeLevel( std::vector<CallstackFrameTree>& tree, int& idx );
void DrawZoneList( const Vector<ZoneEvent*>& zones );
void DrawInfoWindow();
void DrawZoneInfoWindow();
@@ -333,6 +334,7 @@ private:
bool drawAvgMed = true;
bool drawSelAvgMed = true;
bool scheduleResetMatch = false;
int selCs = 0;
void Reset()
{
@@ -358,6 +360,7 @@ private:
ResetSelection();
groups.clear();
processed = 0;
selCs = 0;
}
void ResetSelection()