Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
416
func
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
interactive
Function · 0.85
TestAutoComplete
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAutoComplete
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…