I am trying to measure the performance increase of inlining an accessor into a function.
As a consequence of the inlining, the self-time of the method increases (of course).
I need to measure the Total Time and invocations of the method. In VisualVM The profiler lists total self-time, and the snapshot can gives the total-time for each position in the call tree. What I need to measure is the Total Total-Time across the application.
Thanks