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-03-25 21:48:24 +01:00
parent add5b29d03
commit 39da6c7c19
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ private:
int64_t baseTime = 0;
int64_t lastTime = 0;
uint64_t frameOffset = 0;
CpuArchitecture cpuArch = CpuArchUnknown;
unordered_flat_map<uint64_t, const char*> strings;
Vector<const char*> stringData;