1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow limiting frame stats to visible frames.

This commit is contained in:
Bartosz Taudul
2019-04-26 23:19:31 +02:00
parent fdd96fe251
commit a18a6869bc
2 changed files with 71 additions and 35 deletions
+2
View File
@@ -473,6 +473,8 @@ private:
int64_t numBins = -1;
std::unique_ptr<int64_t[]> bins;
bool drawAvgMed = true;
bool limitToView = false;
std::pair<int, int> limitRange = { -1, 0 };
} m_frameSortData;
struct {