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:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user