#10632 closed enhancement (no change required)
Tool to analyze profiling data with flamegraphs
Reported by: | tqh | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Flame graphs are a visualization for sampled stack traces, I think it would be very nice to visualize profiling data this way. See http://www.brendangregg.com/flamegraphs.html and http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html
Change History (4)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
comment:3 by , 5 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Yes, it seems most flamegraph tools available now accept callgrind format as input. So we don't need to do anything here.
comment:4 by , 5 years ago
Milestone: | Unscheduled |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
I suppose the easiest way to get that would be to pick one of the preexisting visualization tools and add support for its file format to
profile
. We do already support cachegrind/callgrind format. Maybe that one of the tools supports that directly.