runtime/pprof.Profile.name (field)
15 uses
runtime/pprof (current package)
pprof.go#L134: name string
pprof.go#L148: name: "goroutine",
pprof.go#L154: name: "threadcreate",
pprof.go#L160: name: "heap",
pprof.go#L166: name: "allocs",
pprof.go#L172: name: "block",
pprof.go#L178: name: "mutex",
pprof.go#L218: name: name,
pprof.go#L242: sort.Slice(all, func(i, j int) bool { return all[i].name < all[j].name })
pprof.go#L248: return p.name
pprof.go#L280: if p.name == "" {
pprof.go#L284: panic("pprof: Add called on built-in Profile " + p.name)
pprof.go#L327: if p.name == "" {
pprof.go#L353: return printCountProfile(w, debug, p.name, stackProfile(all))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |