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

Add "smart" symbol location to sampled statistics.

This commit is contained in:
Bartosz Taudul
2020-03-30 23:58:42 +02:00
parent eb48d24182
commit b957087456
2 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ private:
bool m_statSelf = true;
bool m_statSampleTime = true;
int m_statMode = 0;
int m_statSampleLocation = 0;
int m_statSampleLocation = 2;
bool m_statHideUnknown = true;
bool m_showAllSymbols = false;
int m_showCallstackFrameAddress = 0;