RFR: 6973: New Method Profiling Page for JMC

Marcus Hirt hirt at openjdk.java.net
Mon Nov 30 20:14:54 UTC 2020


On Mon, 30 Nov 2020 14:04:38 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

> Alternatively use the graph model and check the edges from that node. :)

So, I'm just tired today. Thought a few seconds earlier today and sure, a graph model would have been ok if just searching for the immediate successors / predecessors, but building a custom tree is of course nicer for following the call chains in a tree component.

Forgot to update here.

-------------

PR: https://git.openjdk.java.net/jmc/pull/165


More information about the jmc-dev mailing list