mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add outlier removal to frame time histogram.
This commit is contained in:
@@ -507,6 +507,7 @@ private:
|
||||
bool drawAvgMed = true;
|
||||
bool limitToView = false;
|
||||
std::pair<int, int> limitRange = { -1, 0 };
|
||||
int minBinVal = 1;
|
||||
} m_frameSortData;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user