Is it possible to delay or postpone profiling by a few seconds
已回答
When profiling my application I typically want to ignore the initial warmup period when the JVM is compiling and optimizing my application. How long this takes varies a bit from machine to machine and between different version of the JVM. On my machine the most active warmup period only lasts for about 10 seconds.
With Flight Recorder I am able to add a parameter to delay the start of the recording. I haven’t seen anything similar for Async Profiler.
I haven’t found any config option for delaying a profiling recording in IntelliJ IDEA, is anyone aware of a way to achieve this?
请先登录再写评论。
It is not possible at the moment I'm afraid.
Feel free to submit a new feature request about this to our issue tracker.
See this article if you are not familiar with YouTrack.