Home

The graphics/gprof2dot port

gprof2dot-2021.02.21p2 – convert profilers output into a dot(1) graph (cvsweb github mirror)

Description

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.
WWW: https://github.com/jrfonseca/gprof2dot

Maintainer

The OpenBSD ports mailing-list

Categories

graphics lang/python

Build dependencies

Run dependencies

Test dependencies

Files

Search