pprof

command standard library
go1.25.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2025 License: BSD-3-Clause Imports: 19 Imported by: 0

Documentation

Overview

Pprof interprets and displays profiles of Go programs.

Basic usage:

go tool pprof binary profile 

For detailed usage information:

go tool pprof -h 

For an example, see https://blog.golang.org/profiling-go-programs.