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

Store die number in CpuThreadTopology.

This commit is contained in:
Bartosz Taudul
2024-08-24 16:36:04 +02:00
parent 357b557684
commit 2716311f51
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -148,6 +148,7 @@ public:
struct CpuThreadTopology
{
uint32_t package;
uint32_t die;
uint32_t core;
};