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

Function sampleTypes

profile/index.go:58–64  ·  view source on GitHub ↗
(p *Profile)

Source from the content-addressed store, hash-verified

56}
57
58func sampleTypes(p *Profile) []string {
59 types := make([]string, len(p.SampleType))
60 for i, t := range p.SampleType {
61 types[i] = t.Type
62 }
63 return types
64}

Callers 1

SampleIndexByNameMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…