Is it possible to use async-profiler for alloc and itimer at the same time
问题 While using async-profiler I run the profiles for cpu and alloc separately but was hoping it would be possible to use them as part of the same duration? Given the output format types supported, this only seems to make sense if JFR is used. 回答1: Yes, this feature is implemented in v2.0 branch of async-profiler. The branch is currently under development, use with care. Planned for the next major release. To specify multiple events in the command line, use profiler.sh -e cpu,alloc -f out.jfr ...