How do I turn off Coroutine names being set on Threads? I'm having a performance bottleneck as a result. In a test, I'm getting 62% of time being spent on
That's what I thought too. Maybe I accidentally have that turned on? Not entirely sure, but I'm seeing those threadContext calls happening that trigger
Thread.setName
. I shall investigate!
l
louiscad
08/20/2024, 12:22 PM
You might be switching dispatchers a bit too often for that to become a significant part of your CPU time