How to open a jfr in idea ultimate version programmatically in a intellij plugin?

0

a jfr is a profiling file generated by java mission control(jmc)

0
Avatar
Permanently deleted user

IntelliJ IDEA Ultimate has out of the box support for profiling your applications using multiple Profilers. Now you can profile your application and analyze the results, without leaving your IDE. By profiling your application, you can discover the methods that execute in your application and for how long. Using these metrics, you can determine ways to improve the performance of your system.

 

tellsubway

0

请先登录再写评论。