perf-tools 1.0
Performance analysis tools
Perf-tools is a collection of scripts for performance analysis and instrumentation based on Linux perf_events (aka perf) and ftrace.
- Outputs:
out
- Website: https://github.com/brendangregg/perf-tools
- Licenses: GPL 2
- Package source: gnu/packages/instrumentation.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perf-tools 1.0
as follows:
guix install perf-tools@1.0
Or install the latest version:
guix install perf-tools
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.