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

Add uarch selection UI.

This commit is contained in:
Bartosz Taudul
2020-04-26 14:52:18 +02:00
parent 6266d482ae
commit f43755625c
2 changed files with 59 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ private:
TokenizerState m_tokenizer;
CpuArchitecture m_cpuArch;
int m_selMicroArch;
};
}