Source: golang-github-google-pprof Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Stephen Gelman , Anthony Fok Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-chzyer-readline-dev, golang-github-ianlancetaylor-demangle-dev Standards-Version: 4.5.0 Homepage: https://github.com/google/pprof Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-pprof Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-pprof.git XS-Go-Import-Path: github.com/google/pprof Rules-Requires-Root: no Testsuite: autopkgtest-pkg-go Package: golang-github-google-pprof-dev Architecture: all Depends: ${misc:Depends}, golang-github-chzyer-readline-dev, golang-github-ianlancetaylor-demangle-dev, Description: pprof is a tool for visualization and analysis of profiling data pprof reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package). . profile.proto is a protocol buffer that describes a set of callstacks and symbolization information. A common usage is to represent a set of sampled callstacks from statistical profiling. The format is described on the proto/profile.proto (./proto/profile.proto) file. For details on protocol buffers, see https://developers.google.com/protocol-buffers . Profiles can be read from a local file, or over http. Multiple profiles of the same type can be aggregated or compared. . If the profile samples contain machine addresses, pprof can symbolize them through the use of the native binutils tools (addr2line and nm). . This is not an official Google product.