MCPcopy Create free account
hub / github.com/google/pprof / functionNames

Function functionNames

internal/driver/interactive.go:416–422  ·  view source on GitHub ↗
(p *profile.Profile)

Source from the content-addressed store, hash-verified

414}
415
416func functionNames(p *profile.Profile) []string {
417 var fns []string
418 for _, fn := range p.Function {
419 fns = append(fns, fn.Name)
420 }
421 return fns
422}

Callers 2

interactiveFunction · 0.85
TestAutoCompleteFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAutoCompleteFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…