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

Feature request: memory flame graphs #166

Open
schneiderfelipe opened this issue Jan 21, 2021 · 3 comments
Open

Feature request: memory flame graphs #166

schneiderfelipe opened this issue Jan 21, 2021 · 3 comments
Labels
wishlist Feature requests

Comments

@schneiderfelipe
Copy link

As far as I can tell, there are no tool that can report a memory flame graph from Julia code. That could be very useful for tracking memory usage in a very easy way.

One could do what the manual suggests, or use TimerOutputs.jl, which are all very precise and useful, but it would be nice to have a solution that is 1. automated, 2. does not require modifying code and 3. is simple and visual. A flame graph seems to be just that.

@timholy
Copy link
Owner

timholy commented Jan 21, 2021

JuliaLang/julia#33467 could use a volunteer to push it over the finish line!

@timholy timholy added the wishlist Feature requests label Dec 14, 2021
@Seelengrab
Copy link

That other PR got closed, in favor of this one which got merged: JuliaLang/julia#42768

@gdalle
Copy link

gdalle commented May 11, 2022

I think the starting point should be timholy/FlameGraphs.jl#52

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

No branches or pull requests

4 participants