What is the impact of running the coroutines debug agent in production? I find it really useful to do
kill -5
to get insight into the running coroutines, but always see the "do not use in production" warnings.
o
octylFractal
11/21/2019, 11:23 PM
the debug agent itself needs to grab a stack trace every time you create a coroutine, and probably also when it resumes, which is quite expensive if you have a lot of suspending coroutines
octylFractal
11/21/2019, 11:24 PM
if you also like using the non-agent debug features, those cause a call to