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

[Here](https://github.com/google/pprof/actions/runs/12941521485/job/36099166666?pr=924) is an example failure, the error messages are like ``` ++ go test ./... --- FAIL: TestTopTable (20.06s) browser_test.go:77: websocket url timeout reached 2025/01/24 02:30:57 ERROR: could not unmarshal...

type: cleanup
Priority: p2

The current heuristic for locating the source code for profile functions doesn't work in the following cases when running pprof with default options: 1. It cannot find source code for...