Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gprof2dot - Generate dot graphs from the output of several profilers
- Description:
This is a Python script to convert the output from prof, gprof, oprofile,
Shark, AQtime, and python profilers into a dot graph. It has the following
features:
* can correctly parse C++ template function names
* allows to prune nodes and edges below a certain threshold
* uses an heuristic to propagate time inside mutually recursive functions
* uses color efficiently to draw attention to hot-spots
Packages
gprof2dot-1.0-0.8.20120720git56961.el6.src
[1.8 MiB] |
Changelog
by Toshio Kuratomi (2012-07-20):
- Update to solve https://bugzilla.redhat.com/show_bug.cgi?id=821864 (support perf)
- Upstream has switched to a git repo
|