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

Display hardware counter statistics in asm line columns.

This commit is contained in:
Bartosz Taudul
2021-05-23 02:39:31 +02:00
parent 77c33327f4
commit 815cf7d00a
2 changed files with 173 additions and 4 deletions
+1
View File
@@ -183,6 +183,7 @@ private:
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
bool m_hwSamples;
bool m_childCalls;
SourceContents m_source;