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

Allow limiting find zone time range to a frame.

This commit is contained in:
Bartosz Taudul
2020-07-31 17:50:12 +02:00
parent 8091207d26
commit 1215eb4de5
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -469,6 +469,8 @@ private:
std::vector<SourceRegex> m_sourceSubstitutions;
bool m_sourceRegexValid = true;
RangeSlim m_setRangePopup;
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
enum class GroupBy : int { Thread, UserText, ZoneName, Callstack, Parent, NoGrouping };