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.2.8-preview. (GOOS=darwin GOARCH=arm64)