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

Show if an matching microarchitecture is selected.

This commit is contained in:
Bartosz Taudul
2020-11-13 17:37:53 +01:00
parent dcddf8898b
commit 2f77885fd9
2 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ private:
unordered_flat_map<const char*, int, charutil::Hasher, charutil::Comparator> m_microArchOpMap;
CpuArchitecture m_cpuArch;
int m_selMicroArch;
int m_idxMicroArch;
int m_idxMicroArch, m_profileMicroArch;
bool m_showLatency;
unordered_flat_set<uint32_t> m_asmSampleSelect;