Java profiling - how can I get a method by method analysis of my application?

后端 未结 7 1221
挽巷
挽巷 2020-12-29 03:01

I want to run my Java app and for a given workload be able to see:

  • how many times a given function was called
  • how expensive each function call is in
7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 03:54

    Take a look at Eclipse TPTP. They can provide exactly that and much more for any application started from Eclipse.

提交回复
热议问题