`DebugProbes.install()` is very slow! Here, it tak...
# coroutines
c
DebugProbes.install()
is very slow! Here, it takes between ~1.5s and ~3s depending on the run, and it's called once for each Gradle module
d
Could you please profile the
install()
invocation to see where all the time gets spent? I don't understand what could be the reason for such a dramatic slowdown.
c
Here's a trace where it took 230ms with a single test:
👀 1
The slower ones I have are in an environment I can't easily profile, I'll try again later