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

Call stack window may now display frame addresses.

This commit is contained in:
Bartosz Taudul
2018-08-21 17:55:59 +02:00
parent 7df12652b1
commit 6ad184447a
2 changed files with 29 additions and 7 deletions
+1
View File
@@ -245,6 +245,7 @@ private:
int m_statSort;
bool m_statSelf;
bool m_showCallstackFrameAddress;
Namespace m_namespace;
Animation m_zoomAnim;