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

Remove graphical representation of instruction latencies.

This commit is contained in:
Bartosz Taudul
2022-10-26 21:47:17 +02:00
parent 3afe9a98cf
commit d34af7166e
3 changed files with 0 additions and 28 deletions
-1
View File
@@ -268,7 +268,6 @@ private:
CpuArchitecture m_cpuArch;
int m_selMicroArch;
int m_idxMicroArch, m_profileMicroArch;
bool m_showLatency;
unordered_flat_set<uint32_t> m_asmSampleSelect;
unordered_flat_set<uint32_t> m_srcSampleSelect;