mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Zero as initial max value is fine too.
This commit is contained in:
@@ -566,7 +566,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||
auto fend = frees.end();
|
||||
|
||||
double min = 0;
|
||||
double max = std::numeric_limits<double>::min();
|
||||
double max = 0;
|
||||
double usage = 0;
|
||||
|
||||
auto ptr = plot->data.data();
|
||||
|
||||
Reference in New Issue
Block a user