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

Selection of time range on histogram.

This commit is contained in:
Bartosz Taudul
2018-03-04 22:52:36 +01:00
parent dee7fd27be
commit f42d8cee38
2 changed files with 56 additions and 5 deletions
+8
View File
@@ -175,6 +175,14 @@ private:
int maxDepth = -1;
bool logVal = false;
bool logTime = false;
Region highlight;
void Reset()
{
result.clear();
match.clear();
highlight.active = false;
}
} m_findZone;
};