mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Delay insertion of postponed plot items.
This further reduces number of memmoves that need to be performed on a vector, which results in net increased throughput.
This commit is contained in:
@@ -101,6 +101,7 @@ private:
|
||||
bool enabled;
|
||||
Vector<PlotItem*> data;
|
||||
Vector<PlotItem*> postpone;
|
||||
uint64_t postponeTime;
|
||||
};
|
||||
|
||||
void Worker();
|
||||
|
||||
Reference in New Issue
Block a user