Documentation ¶
Overview ¶
Pprof interprets and displays profiles of Go programs.
Usage:
go tool pprof binary profile
For more information, see http://blog.golang.org/profiling-go-programs.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
commands
Package commands defines and manages the basic pprof commands
|
Package commands defines and manages the basic pprof commands |
driver
Package driver implements the core pprof functionality.
|
Package driver implements the core pprof functionality. |
fetch
Package fetch provides an extensible mechanism to fetch a profile from a data source.
|
Package fetch provides an extensible mechanism to fetch a profile from a data source. |
plugin
Package plugin defines the plugin implementations that the main pprof driver requires.
|
Package plugin defines the plugin implementations that the main pprof driver requires. |
profile
Implements methods to filter samples from profiles.
|
Implements methods to filter samples from profiles. |
report
Package report summarizes a performance profile into a human-readable report.
|
Package report summarizes a performance profile into a human-readable report. |
svg
Package svg provides tools related to handling of SVG files
|
Package svg provides tools related to handling of SVG files |
symbolizer
Package symbolizer provides a routine to populate a profile with symbol, file and line number information.
|
Package symbolizer provides a routine to populate a profile with symbol, file and line number information. |
symbolz
Package symbolz symbolizes a profile using the output from the symbolz service.
|
Package symbolz symbolizes a profile using the output from the symbolz service. |
tempfile
Package tempfile provides tools to create and delete temporary files
|
Package tempfile provides tools to create and delete temporary files |
Click to show internal directories.
Click to hide internal directories.