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

Allow hiding "[unknown frames]" entries.

This commit is contained in:
Bartosz Taudul
2018-12-21 21:10:29 +01:00
parent e9ce8fdfda
commit cd8d86edf3
2 changed files with 17 additions and 5 deletions
+1
View File
@@ -254,6 +254,7 @@ private:
int m_statSort;
bool m_statSelf;
bool m_showCallstackFrameAddress;
bool m_showUnknownFrames;
Namespace m_namespace;
Animation m_zoomAnim;