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

Method Open

driver/driver.go:83–83  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

81// typically a filename.
82type Writer interface {
83 Open(name string) (io.WriteCloser, error)
84}
85
86// A FlagSet creates and parses command-line flags.

Callers 15

OpenMethod · 0.65
openMachOMethod · 0.65
openPEMethod · 0.65
locateBinariesFunction · 0.65
fetchFunction · 0.65
isPerfFileFunction · 0.65
generateReportFunction · 0.65
parseFlagsFunction · 0.65
doLocalSymbolizeFunction · 0.65
objectFileMethod · 0.65
openSourceFileFunction · 0.65
readProfileFunction · 0.65

Implementers 8

Binutilsinternal/binutils/binutils.go
testObjinternal/driver/fetch_test.go
oswriterinternal/driver/options.go
fakeObjToolinternal/driver/webui_test.go
mockObjToolinternal/driver/driver_test.go
mockObjToolinternal/symbolizer/symbolizer_test.go
internalObjTooldriver/driver.go
fakeObjToolbrowsertests/testutils.go

Calls

no outgoing calls

Tested by 1

readProfileFunction · 0.52