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

kcachegrind

Visualize profiles produces by Valgrind's Cachegrind tool

The data files generated by the Callgrind of Valgrind, an application profiler, can be loaded into KCachegrind for browsing the performance results. There is also a command-line tool to get ASCII reports from data files without the need to use KCachegrind.

The format of Callgrind output is documented. With conversion scripts, KCachegrind is able to visualize output of other profilers like OProfile, a system-wide profiler for Linux using statistical sampling with hardware performance counters. There also exist converters for profiling output of Python, PHP, and Perl.

Installation

Install the latest version of kcachegrind as follows:

guix install kcachegrind

Or install a particular version:

guix install kcachegrind@24.05.2

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.

Badge code

You can use the following badge to inform users of kcachegrind about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/kcachegrind'><img src='https://packages.guix.gnu.org/packages/kcachegrind/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kcachegrind/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kcachegrind)

Example Org:

[[https://packages.guix.gnu.org/packages/kcachegrind][https://packages.guix.gnu.org/packages/kcachegrind/badges/latest-version.svg]]