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

Support displaying self times in statistics view.

This commit is contained in:
Bartosz Taudul
2018-06-06 00:47:16 +02:00
parent e5d35d443d
commit 859bf01992
2 changed files with 25 additions and 4 deletions
+2
View File
@@ -185,7 +185,9 @@ private:
bool m_drawLocks;
bool m_drawPlots;
bool m_onlyContendedLocks;
int m_statSort;
bool m_statSelf;
Namespace m_namespace;
Animation m_zoomAnim;