Best free Java profiler on Mac [closed]
I was using YourKit before and it was working perfectly, but it's too expensive for my taste. Is there some free or open-source Java profiler for Mac that's working as well as YourKit?
https://visualvm.dev.java.net/docindex.html
YourKit offers Early Access (EA) builds which do not require a purchase. The main thing it does well is aggregating run times in your results. If method a() just calls other methods but very little time is actually spent in it, it doesn't show up much in VisualVM, even if the methods a() calls spend lots of time.
精彩评论