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

Allow displaying instruction location.

This commit is contained in:
Bartosz Taudul
2020-02-27 15:10:50 +01:00
parent 7dd929a39e
commit bc18862dc6
2 changed files with 19 additions and 2 deletions
+1
View File
@@ -345,6 +345,7 @@ private:
bool m_statSelf = true;
bool m_statSampleTime = true;
int m_statMode = 0;
int m_statSampleLocation = 0;
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;