mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Preprocess CPU usage.
Things of note: Worker::GetCpuUsage() functionality was moved to TimelineItemCpuData::PreprocessCpuUsage().
This commit is contained in:
@@ -56,6 +56,13 @@ struct MessagesDraw
|
||||
uint32_t num;
|
||||
};
|
||||
|
||||
|
||||
struct CpuUsageDraw
|
||||
{
|
||||
int own;
|
||||
int other;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user