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

Add zone time range limit controls.

This commit is contained in:
Bartosz Taudul
2019-12-28 15:57:07 +01:00
parent 10f4dbef72
commit 33e7d175d4
2 changed files with 25 additions and 1 deletions
+2
View File
@@ -443,6 +443,8 @@ private:
int minBinVal = 1;
int64_t tmin, tmax;
bool showZoneInFrames = false;
bool limitRange = false;
int64_t rangeMin, rangeMax;
struct
{