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
+1 -1
View File
@@ -31,7 +31,7 @@ protected:
bool IsEmpty() const override;
void Preprocess( const TimelineContext& ctx ) override;
void Preprocess( const TimelineContext& ctx, TaskDispatch& td ) override;
private:
#ifndef TRACY_NO_STATISTICS