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

Configure number of threads in TimelineController.

This commit is contained in:
Bartosz Taudul
2023-05-01 14:41:51 +02:00
parent a2d470690f
commit 331c2bd7c0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Worker;
class TimelineController
{
public:
TimelineController( View& view, Worker& worker );
TimelineController( View& view, Worker& worker, bool threading );
~TimelineController();
void FirstFrameExpired();