pprof/ directory

Directories

PathSynopsis
cmd/internal/pprof/commandsPackage commands defines and manages the basic pprof commands
cmd/internal/pprof/driverPackage driver implements the core pprof functionality.
cmd/internal/pprof/fetchPackage fetch provides an extensible mechanism to fetch a profile from a data source.
cmd/internal/pprof/pluginPackage plugin defines the plugin implementations that the main pprof driver requires.
cmd/internal/pprof/profilePackage profile provides a representation of profile.proto and methods to encode/decode profiles in this format.
cmd/internal/pprof/reportPackage report summarizes a performance profile into a human-readable report.
cmd/internal/pprof/svgPackage svg provides tools related to handling of SVG files
cmd/internal/pprof/symbolizerPackage symbolizer provides a routine to populate a profile with symbol, file and line number information.
cmd/internal/pprof/symbolzPackage symbolz symbolizes a profile using the output from the symbolz service.
cmd/internal/pprof/tempfilePackage tempfile provides tools to create and delete temporary files
Version
v1.7.3
Published
Oct 19, 2016
Platform
windows/amd64
Last checked
4 minutes ago

Tools for package owners.