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

Method Fetch

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

Source from the content-addressed store, hash-verified

120// was fetched, which may be different than src.
121type Fetcher interface {
122 Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error)
123}
124
125// A Symbolizer introduces symbol information into a profile.

Callers 1

grabProfileFunction · 0.65

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