mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Zero as initial max value is fine too.
This commit is contained in:
parent
723f98d24b
commit
7fdc6f5453
@ -566,7 +566,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask )
|
|||||||
auto fend = frees.end();
|
auto fend = frees.end();
|
||||||
|
|
||||||
double min = 0;
|
double min = 0;
|
||||||
double max = std::numeric_limits<double>::min();
|
double max = 0;
|
||||||
double usage = 0;
|
double usage = 0;
|
||||||
|
|
||||||
auto ptr = plot->data.data();
|
auto ptr = plot->data.data();
|
||||||
|
Loading…
Reference in New Issue
Block a user