Lines Matching refs:pprof
10 - net/http/pprof package
18 Generate a pprof-like profile from the trace:
19 go tool trace -pprof=TYPE trace.out > TYPE.pprof
52 Generate a pprof-like profile from the trace:
53 go tool trace -pprof=TYPE [pkg.test] trace.out
66 -pprof=type: print a pprof-like profile instead
71 pprofFlag = flag.String("pprof", "", "print a pprof-like profile instead")
110 dief("failed to generate pprof: %v\n", err)
115 dief("unknown pprof type %s\n", *pprofFlag)