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

Function sampleTypes

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

Source from the content-addressed store, hash-verified

171}
172
173func sampleTypes(p *profile.Profile) []string {
174 types := make([]string, len(p.SampleType))
175 for i, t := range p.SampleType {
176 types[i] = t.Type
177 }
178 return types
179}
180
181func printCurrentOptions(p *profile.Profile, ui plugin.UI) {
182 var args []string

Callers 3

renderMethod · 0.70
interactiveFunction · 0.70
printCurrentOptionsFunction · 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…