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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user