-
-
Notifications
You must be signed in to change notification settings - Fork 164
Why does using a PinnedTask cause severe lag? #144
Copy link
Copy link
Open
Description
In my main loop I have five tasks:
RootTask -> UpdateTask -> RenderTask -> ImGuiUpdateTask
SubmitTask
I changed ImGuiUpdateTask to an IPinnedTask and bound it to thread 0, but this caused a significant drop in frame rate. According to the profiler, the taskScheduler seems to be waiting on something, while CPU usage has increased a lot. My CPU is an Intel(R) Core(TM) i7-14700K, running Windows 10.
What should I do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels