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:
@@ -20,7 +20,7 @@ class Worker;
|
||||
class TimelineController
|
||||
{
|
||||
public:
|
||||
TimelineController( View& view, Worker& worker );
|
||||
TimelineController( View& view, Worker& worker, bool threading );
|
||||
~TimelineController();
|
||||
|
||||
void FirstFrameExpired();
|
||||
|
||||
Reference in New Issue
Block a user