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

Store CPU architecture.

This commit is contained in:
Bartosz Taudul
2020-04-26 14:23:16 +02:00
parent 5ae2c415b7
commit dba594a857
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -6,6 +6,7 @@
#include "tracy_robin_hood.h"
#include "TracyDecayValue.hpp"
#include "../common/TracyProtocol.hpp"
struct ImFont;
@@ -151,6 +152,8 @@ private:
int m_maxMnemonicLen;
TokenizerState m_tokenizer;
CpuArchitecture m_cpuArch;
};
}