how to profile application startup with visualvm

后端 未结 4 1707
無奈伤痛
無奈伤痛 2020-12-04 19:18

As far as i can tell, you can only profile a running application using VisualVM.

Does anyone know of a way to profile the launch and startup of a java application us

4条回答
  •  北海茫月
    2020-12-04 19:26

    I found Startup Profiler helpful:

    Startup Profiler plugin for VisualVM 1.3.6 enables instrumented profiling of local Java 5+ applications from their startup. It is also helpful when profiling short-running processes.

提交回复
热议问题