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

eliot2flamegraph #220

Open
itamarst opened this issue Oct 5, 2015 · 1 comment
Open

eliot2flamegraph #220

itamarst opened this issue Oct 5, 2015 · 1 comment

Comments

@itamarst
Copy link
Owner

itamarst commented Oct 5, 2015

Emit output that can be input into https://github.com/brendangregg/FlameGraph for visualizing performance.

@itamarst itamarst added this to the 0.10.0 milestone Oct 5, 2015
@itamarst itamarst modified the milestones: 0.10.0, 0.11.0 Nov 18, 2015
@itamarst itamarst modified the milestones: 0.11.0, 0.12.0 Dec 8, 2015
@itamarst itamarst modified the milestone: 0.13.0 Apr 16, 2017
@itamarst
Copy link
Owner Author

itamarst commented Apr 24, 2019

We can probably generate Pstats and then use existing library (https://github.com/baverman/flameprof) to turn that into flamegraph.

Also, a simpler algorithm than current branch (I think?) is "ParsedAction.end_time_recursive() is max of actual end time and sub-trees' end_time_recursive()", and then you just generate callgraph for Pstats.

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

1 participant