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

Ability to display inline function cost percentages relative to base symbol.

This commit is contained in:
Bartosz Taudul
2024-03-13 19:50:21 +01:00
parent 6235343286
commit 6c34e02dc2
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -495,6 +495,7 @@ private:
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = false;
bool m_mergeInlines = false;
bool m_relativeInlines = false;
bool m_statShowAddress = false;
bool m_statShowKernel = true;
bool m_groupChildrenLocations = false;