1
0
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:
Bartosz Taudul
2019-06-17 00:44:34 +02:00
parent b1f49d4c69
commit 099933e66d
2 changed files with 71 additions and 13 deletions
+1
View File
@@ -507,6 +507,7 @@ private:
bool drawAvgMed = true;
bool limitToView = false;
std::pair<int, int> limitRange = { -1, 0 };
int minBinVal = 1;
} m_frameSortData;
struct {