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

Optional visualization of uarch latency.

This commit is contained in:
Bartosz Taudul
2020-04-27 16:10:47 +02:00
parent d6e633edd0
commit 83d6566020
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -182,6 +182,7 @@ private:
CpuArchitecture m_cpuArch;
int m_selMicroArch;
int m_idxMicroArch;
bool m_showLatency;
};
}