what coroutine-aware profilers are there? I know o...
# server
r
what coroutine-aware profilers are there? I know of DebugProbes but have not seen any tooling except that. Also found some coroutine support in JProfiler. I have a server-side app that has mixed execution where some of the code is run via the default dispatchers and some is executed outside of coroutines, on plain jvm threads. How would I create a flame graph? (maybe one for the thread perspective and one for the coroutine perspective?)