package pprof

import "golang.org/x/tools/internal/pprof"

Package pprof provides minimalistic routines for extracting information from profiles.

Index

Functions

func TotalTime

func TotalTime(data []byte) (total time.Duration, err error)

TotalTime parses the profile data and returns the accumulated time. The input should not be gzipped.

Source Files

pprof.go

Version
v0.12.0
Published
Aug 7, 2023
Platform
js/wasm
Imports
2 packages
Last checked
1 minute ago

Tools for package owners.