mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Calculate total self time of zones.
This commit is contained in:
@@ -60,12 +60,14 @@ class Worker
|
||||
: min( std::numeric_limits<int64_t>::max() )
|
||||
, max( std::numeric_limits<int64_t>::min() )
|
||||
, total( 0 )
|
||||
, selfTotal( 0 )
|
||||
{}
|
||||
|
||||
Vector<ZoneThreadData> zones;
|
||||
int64_t min;
|
||||
int64_t max;
|
||||
int64_t total;
|
||||
int64_t selfTotal;
|
||||
};
|
||||
|
||||
struct DataBlock
|
||||
|
||||
Reference in New Issue
Block a user