mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Normalize values during compare by default.
This commit is contained in:
parent
5e6bc30bab
commit
99e638b3fc
@ -453,7 +453,7 @@ private:
|
||||
bool logVal = false;
|
||||
bool logTime = true;
|
||||
bool cumulateTime = false;
|
||||
bool normalize = false;
|
||||
bool normalize = true;
|
||||
int64_t numBins = -1;
|
||||
std::unique_ptr<CompVal[]> bins, binTime;
|
||||
std::vector<int64_t> sorted[2];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user