Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate methods in flamegraphs with info from JIT compiler #52

Open
jrudolph opened this issue Mar 28, 2017 · 1 comment
Open

Annotate methods in flamegraphs with info from JIT compiler #52

jrudolph opened this issue Mar 28, 2017 · 1 comment

Comments

@jrudolph
Copy link
Member

I'm filing it here in lack of a better place so that I don't forget about it.

E.g. if a frame couldn't be inlined because it hit MaxInlineDepth, that info could be somehow annotated graphically in the flame graph. Similar for other inlining decisions.

The tool needed would take the output of -XX:+LogCompilation to produce annotations. Flamegraph would need to be able to merge those annotations into the flamegraph.

@nitsanw
Copy link
Member

nitsanw commented Mar 28, 2017

I think it would be good to have a 'collapsed-stacks-enrichment' project which would include the above and also further potential work as per:
http://epickrram.blogspot.co.za/2017/03/named-thread-flamegraphs.html
By @epickrram, would fit in snuggly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants