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

Method Fetch

internal/plugin/plugin.go:93–93  ·  view source on GitHub ↗
(src string, duration, timeout time.Duration)

Source from the content-addressed store, hash-verified

91// error.
92type Fetcher interface {
93 Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error)
94}
95
96// A Symbolizer introduces symbol information into a profile.

Callers

nothing calls this directly

Implementers 3

testFetcherinternal/driver/driver_test.go
testSymbolzMergeFetcherinternal/driver/driver_test.go
testFetcherbrowsertests/testutils.go

Calls

no outgoing calls

Tested by

no test coverage detected