pyroscope-java
pyroscope-java copied to clipboard
Support profiling CPU + Wall clock together
It seems to be possible to get both since async profiler v3. https://github.com/async-profiler/async-profiler/issues/740
How about also supporting pyroscope?
We will look into it.
In the meantime it is already possible to have wall
+ cpu
by using wall
. The pyroscope assigns events STATE_RUNNABLE to extra process_cpu
profile type.
We also do not recommend wall
for continuous profiling because of bigger overhead.