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

Flame Graph Widget for displaying Performance metrics #2859

Closed
bwrsandman opened this issue Oct 19, 2019 · 2 comments
Closed

Flame Graph Widget for displaying Performance metrics #2859

bwrsandman opened this issue Oct 19, 2019 · 2 comments

Comments

@bwrsandman
Copy link

bwrsandman commented Oct 19, 2019

I was looking for a flame graph widget in like those profilers displayed in the gallery but I couldn't find any open source ones.
So I decided to roll out my own and make it available to anyone who wants to use it.

The code is located at https://github.com/bwrsandman/imgui-flame-graph
The widget can be called with PlotFlame I tried to keep the function signature similar to PlotEx.

imgui-widget-flame-graph

I am open to feedback and I hope someone finds it useful.

@ocornut
Copy link
Owner

ocornut commented Oct 29, 2019

Thank you @bwrsandman for posting this. Added link to Wiki.
Hopefully when we get around to rewrite a new plotting system this will be one of the feature we'll want to support nicely.

@ocornut
Copy link
Owner

ocornut commented Mar 15, 2021

Closing this now (marked as "useful widget" + added link in https://github.com/ocornut/imgui/wiki/Useful-Widgets)
Thanks again for this!

@ocornut ocornut closed this as completed Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants