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

Add die to topology data.

This commit is contained in:
Bartosz Taudul
2024-08-22 00:58:01 +02:00
parent fb617fe998
commit 353545a1e9
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -647,6 +647,7 @@ struct QueueSourceCodeNotAvailable
struct QueueCpuTopology
{
uint32_t package;
uint32_t die;
uint32_t core;
uint32_t thread;
};