mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store matches in a map.
This commit is contained in:
@@ -164,8 +164,7 @@ private:
|
||||
struct {
|
||||
bool show;
|
||||
std::vector<std::unique_ptr<ThreadData>> result;
|
||||
std::vector<int32_t> match;
|
||||
std::vector<bool> matchEnable;
|
||||
flat_hash_map<int32_t, bool> match;
|
||||
char pattern[1024] = { "" };
|
||||
int maxZonesPerThread = -1;
|
||||
int maxDepth = -1;
|
||||
|
||||
Reference in New Issue
Block a user