0 创建Test项目,创建Test类别,创建main方法
1 选择Class, profiler ‘test.main第一次运行设置profiler安装目录
2 运行后,选择Instrumentation查看详细信息
3 检查运行中main方法的内存占用情况,选择Live memory->All Objects
4 检查CPU占用情况,选择CPU views->Hot 点击Spots按钮
5 运行中Main方法CPU占用情况
Java项目性能(2)JProfiler集成IDEA
http://huangdongrong.github.io/2016/05/18/jprofiler-use/