var runtime/pprof.profiles
10 uses
runtime/pprof (current package)
pprof.go#L142: var profiles struct {
pprof.go#L184: profiles.mu.Lock()
pprof.go#L185: if profiles.m == nil {
pprof.go#L187: profiles.m = map[string]*Profile{
pprof.go#L199: profiles.mu.Unlock()
pprof.go#L214: if profiles.m[name] != nil {
pprof.go#L221: profiles.m[name] = p
pprof.go#L229: return profiles.m[name]
pprof.go#L237: all := make([]*Profile, 0, len(profiles.m))
pprof.go#L238: for _, p := range profiles.m {
![]() |
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. |