Total method time in Java VisualVM

前端 未结 7 890
野趣味
野趣味 2020-12-04 21:09

In Java VisualVM, is there any way to display total method time, rather than \"self time\"? (The latter is not particularly useful, since it doesn\'t tell you anything about

7条回答
  •  渐次进展
    2020-12-04 21:38

    you can use jprofiler or some javaagent tools to monitor the method execute time for you.there is some open source tools on the github,like simpleAPM.

提交回复
热议问题