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:
@@ -63,6 +63,14 @@ struct CpuUsageDraw
|
||||
int other;
|
||||
};
|
||||
|
||||
|
||||
struct CpuCtxDraw
|
||||
{
|
||||
uint32_t idx;
|
||||
uint32_t num;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user