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

Please answer these questions before submitting your issue. Thanks! ### What version of pprof are you using? If you are using pprof via `go tool pprof`, what's your `go env`...

Please answer these questions before submitting your issue. Thanks! ### What version of pprof are you using? If you run pprof from Github, what's the Git revision? 15340c8ac98b453ab008b0744094d10de7bc40d7 ### What...

type: question
Priority: p3

Originally reported at https://github.com/nodejs/node/pull/25576#issuecomment-505847595 by @filipesilva: > Capturing the CPU profile using the node pprof was a breeze. The browser visualization for the CPU profile seems to fail to render...

The profile.proto data format does not have a specific way to note which shared object a sample is associated with. When using pprof on perf.data files, it should be possible...

type: feat
Priority: p2

I currently have an issue on OSX where nearly all of my profiles have "" as most of the time. This is obviously something to do with `llvm-symbolizer` not working,...

type: feat
Priority: p3

Right now, only values associated with the "bytes" tag will ever be displayed in any call graph views. This is because of the following section of code: https://github.com/google/pprof/blob/master/internal/report/report.go#L244-L253 We should...

type: feat
Priority: p2

This probably isn't a high priority item, but it might be easy. Filing a Feature Request to track, and to hear if other people think it's a good idea or...

type: feat
Priority: p3

Forked off from https://github.com/google/pprof/pull/649#issuecomment-930796262 ### What version of pprof are you using? 7fe48b4c820be13151ae35ce5a5e3f54f1b53eef ### What did you do? Open the flamegraph view in the web browser: ![image](https://user-images.githubusercontent.com/105529/135585350-a5d7ce57-6b37-441e-bba9-26ae8bb582df.png) ### What did...

type: feat
Priority: p3

@felixge's `pprofutils folded` allows converting [Folded Stacks format](https://queue.acm.org/detail.cfm?id=2927301#:~:text=The%20folded%20stack%2Dtrace%20format,trace%2C%20followed%20by%20a%20semicolon.) to pprof: https://github.com/felixge/pprofutils#folded Folded Stacks are output by, and convertible from, a truly incredible number of profilers and profile data formats: see...

enhancement

I think if we built an exporter to [Brendan Gregg's folded stacks format](https://queue.acm.org/detail.cfm?id=2927301#:~:text=The%20folded%20stack%2Dtrace%20format,trace%2C%20followed%20by%20a%20semicolon.), we could: 1. Enable people to do differential flamegraphs using [difffolded.pl](https://github.com/brendangregg/FlameGraph/blob/master/difffolded.pl) and [flamegraph.pl](https://github.com/brendangregg/FlameGraph/blob/master/flamegraph.pl), perhaps addressing the user...

type: feat
Priority: p3