gprof2dot

convert profilers output into a dot(1) graph

WWW CVSWeb GITHub
  1. Package version
    gprof2dot-2021.02.21p2
  2. Maintainer
    The OpenBSD ports mailing-list

This is a Python script to convert the output from many profilers into a dot
graph.

It has the following features:

- reads output from:
- Linux perf
- Valgrind's callgrind tool
- oprofile
- sysprof
- xperf
- VTune Amplifier XE
- Very Sleepy
- python profilers
- Java's HPROF
- prof, gprof
- prunes 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;
- works on any platform where Python and graphviz is available, i.e, virtually anywhere.

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • math/graphviz
  • lang/python/3.10