This package browser is in early development. Mind the rough edges.

gprof2dot 2021.02.21

Generate a dot graph from the output of several profilers

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

It can:

  • prune nodes and edges below a certain threshold;

  • use an heuristic to propagate time inside mutually recursive functions;

  • use color efficiently to draw attention to hot-spots;

  • work on any platform where Python and Graphviz is available.

Installation

Install gprof2dot 2021.02.21 as follows:

guix install gprof2dot@2021.02.21

Or install the latest version:

guix install gprof2dot

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.