package
0.0.0-20250208200701-d0013a598941
Repository: https://github.com/google/pprof.git
Documentation: pkg.go.dev

# Functions

PProf acquires a profile, and symbolizes it using a profile manager.

# Structs

A Frame describes a single line in a source file.
An Inst is a single instruction in an assembly listing.
Options groups all the optional plugins into pprof.
A Sym describes a single symbol in an object file.

# Interfaces

A Fetcher reads and returns the profile named by src, using the specified duration and timeout.
A FlagSet creates and parses command-line flags.
An ObjFile is a single object file: a shared library or executable.
An ObjTool inspects shared libraries and executable files.
A Symbolizer introduces symbol information into a profile.
A UI manages user interactions.
Writer provides a mechanism to write data under a certain name, typically a filename.

# Type aliases

HTTPServerArgs contains arguments needed by an HTTP server that is exporting a pprof web interface.
MappingSources map each profile.Mapping to the source of the profile.