mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow disabling average, median markers on frame set histogram.
This commit is contained in:
@@ -396,6 +396,7 @@ private:
|
||||
bool logTime = true;
|
||||
int64_t numBins = -1;
|
||||
std::unique_ptr<int64_t[]> bins;
|
||||
bool drawAvgMed = true;
|
||||
} m_frameSortData;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user