pprof icon indicating copy to clipboard operation
pprof copied to clipboard

pprof is a tool for visualization and analysis of profiling data

Results 82 pprof issues
Sort by recently updated
recently updated
newest added

Add an experimental flame-graph implementation. It can be selected in pprof's web interface using the new "Flame (experimental)" menu entry. At some point this new implementation may become the default....

Initially filed at https://github.com/golang/go/issues/52000 by @fumin. Moving here as this seems to be an issue in pprof. ### What version of Go are you using (`go version`)? $ go version...

type: bug
Priority: p2

Thanks for the amazing project! It would be amazing to have information about the period (so sampling) of the profiles we are analysing. I would expect it to see in...

type: feat
Priority: p3

url.Parse can parse a Windows absolute path without problems. This can cause mapping file to be cleared, even though it's not a remote source. For #710

Based on c488b8fa1db3fa467bf30beb5a1d6f4f10bb1b87. I'm currently working through and trying to get ASLR disassembly support working in Go + Windows. One of the weird things I noticed is the line https://github.com/google/pprof/blob/c488b8fa1db3fa467bf30beb5a1d6f4f10bb1b87/internal/driver/fetch.go#L420....

Please answer these questions before submitting your issue. Thanks! ### What version of pprof are you using? ``` yangjie05-mac:awesomeProject35 jie.yang05$ go version go version go1.17.4 darwin/arm64 ``` ### What system...

type: bug
Priority: p3

Fixes syntax errors when trying to render pprof profiles that have double quotes in tags. These can be created with Go's pprof labels feature, for example with: Fixes syntax errors...

### What version of pprof are you using? `go tool pprof` with go1.18.3. Full go env output GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/keyhan/.cache/go-build" GOENV="/home/keyhan/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/keyhan/go/pkg/mod" GONOPROXY=""...

type: bug
Priority: p2

Fixes #658 I'm not sure I've covered everything here; mailing it out early for feedback. I based this exporter off `printTraces`, removing the extraneous bits like labels and unit formatting....

cla: yes