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

Parallelize calculation of per-CPU context switches.

This commit is contained in:
Bartosz Taudul
2023-04-02 22:10:22 +02:00
parent a4c200d242
commit 2b7b79352b
5 changed files with 270 additions and 225 deletions
+8
View File
@@ -63,6 +63,14 @@ struct CpuUsageDraw
int other;
};
struct CpuCtxDraw
{
uint32_t idx;
uint32_t num;
};
}
#endif