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

前端 未结 4 1248
眼角桃花
眼角桃花 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:51

    Konrad is right, but profiling covers other aspects of your program as well, such as memory consumption.

提交回复
热议问题