mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use Vector instead of std::vector for thread zone list.
This commit is contained in:
@@ -170,7 +170,7 @@ private:
|
||||
struct {
|
||||
bool show;
|
||||
std::vector<int32_t> match;
|
||||
std::map<uint64_t, std::vector<ZoneEvent*>> threads;
|
||||
std::map<uint64_t, Vector<ZoneEvent*>> threads;
|
||||
size_t processed;
|
||||
int selMatch = 0;
|
||||
char pattern[1024] = { "" };
|
||||
|
||||
Reference in New Issue
Block a user