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

Added sorting for findZone zonelist

This commit is contained in:
Dedmen Miller
2019-02-07 12:25:03 +01:00
parent 0e6350d95e
commit 92c872dfc0
2 changed files with 35 additions and 4 deletions
+1
View File
@@ -267,6 +267,7 @@ private:
bool m_goToFrame = false;
int m_statSort = 0;
int m_findZoneSort = 0;
bool m_statSelf = false;
bool m_showCallstackFrameAddress = false;
bool m_showUnknownFrames = true;