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

Parallelize timeline item preprocessing.

This commit is contained in:
Bartosz Taudul
2023-03-19 18:54:32 +01:00
parent 66d3c2a472
commit 1e1833edc2
5 changed files with 25 additions and 12 deletions
+3
View File
@@ -6,6 +6,7 @@
#include <vector>
#include "TracyImGui.hpp"
#include "TracyTaskDispatch.hpp"
#include "../public/common/TracyForceInline.hpp"
#include "tracy_robin_hood.h"
@@ -61,6 +62,8 @@ private:
View& m_view;
Worker& m_worker;
TaskDispatch m_td;
};
}