1
0
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:
Bartosz Taudul
2018-07-28 18:47:33 +02:00
parent a46425f4e9
commit 6a3a9c0bc5
2 changed files with 17 additions and 7 deletions
+1
View File
@@ -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];