The graphics/gprof2dot port
gprof2dot-2021.02.21p3 – 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
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/bin/gprof2dot
- /usr/local/lib/python3.11/site-packages/__pycache__/
- /usr/local/lib/python3.11/site-packages/__pycache__/gprof2dot.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/__pycache__/gprof2dot.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/gprof2dot-2021.2.21.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/gprof2dot.py