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

Function functionName

internal/binutils/binutils_test.go:41–46  ·  view source on GitHub ↗
(level int)

Source from the content-addressed store, hash-verified

39}
40
41func functionName(level int) (name string) {
42 if name = testAddrMap[level]; name != "" {
43 return name
44 }
45 return fmt.Sprintf("fun%d", level)
46}
47
48func TestAddr2Liner(t *testing.T) {
49 const offset = 0x500

Callers 1

TestAddr2LinerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…