mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Load second trace on a separate thread.
This commit is contained in:
@@ -279,6 +279,7 @@ private:
|
||||
struct {
|
||||
bool show = false;
|
||||
std::unique_ptr<Worker> second;
|
||||
std::thread loadThread;
|
||||
int badVer = 0;
|
||||
char pattern[1024] = {};
|
||||
std::vector<int32_t> match[2];
|
||||
|
||||
Reference in New Issue
Block a user