What is profiling all about and how can I profile my Java program?

前端 未结 4 1247
眼角桃花
眼角桃花 2021-01-13 18:20

I\'ve heard a lot about profiling. What is this all about? As far as I understand this is some kind of performance measurement but can someone elaborate this on more clearly

4条回答
  •  没有蜡笔的小新
    2021-01-13 18:53

    From what little research I've done on Java profiling with Eclipse, you can use JProfiler. I never really got much further than installing it and having a quick nose around though.

提交回复
热议问题