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

Save/load cpu id.

This commit is contained in:
Bartosz Taudul
2020-05-06 18:59:54 +02:00
parent a47c7d467f
commit 6fda74e281
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -209,6 +209,8 @@ private:
int64_t lastTime = 0;
uint64_t frameOffset = 0;
CpuArchitecture cpuArch = CpuArchUnknown;
uint32_t cpuId = 0;
char cpuManufacturer[13];
unordered_flat_map<uint64_t, const char*> strings;
Vector<const char*> stringData;