On 08/03/2018 05:03, Laurent Bourgès wrote:
    Does anybody know good statistical profiles these days?
    I have netbeans a try (worked well in the past) but it seems broken,
    VisualVM reports all time is spent in SunGraphics2D.fill/draw
    without providing
    any further details regarding the call stack. Any recommendations?

I suggest jmh+perfasm, you will get something like this:
http://cr.openjdk.java.net/~shade/jmh/perfasm-sample.log
In past I was able to profile the java2d native loops, and have got the stack traces which include java and native code.


--
Best regards, Sergey.

Reply via email to