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

Add cost criteria selection UI.

This commit is contained in:
Bartosz Taudul
2021-06-19 18:16:11 +02:00
parent 7ad9cafefb
commit cc0ca341bb
2 changed files with 26 additions and 8 deletions
+1
View File
@@ -186,6 +186,7 @@ private:
uint64_t m_jumpPopupAddr;
bool m_hwSamples;
bool m_childCalls;
int m_cost;
SourceContents m_source;
SourceContents m_sourceTooltip;