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

Implement display of grouped instruction pointer statistics.

This commit is contained in:
Bartosz Taudul
2020-05-07 02:33:37 +02:00
parent 15454d2253
commit 2ca6b6f2fe
2 changed files with 190 additions and 8 deletions
+5
View File
@@ -224,6 +224,11 @@ private:
int m_selMicroArch;
int m_idxMicroArch;
bool m_showLatency;
unordered_flat_set<uint32_t> m_asmSampleSelect;
unordered_flat_set<uint32_t> m_srcSampleSelect;
uint32_t m_asmGroupSelect = -1;
uint32_t m_srcGroupSelect = -1;
};
}