Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
82
type
Writer
interface
{
83
Open(name string) (io.WriteCloser, error)
84
}
85
86
// A FlagSet creates and parses command-line flags.
Callers
15
Open
Method · 0.65
openMachO
Method · 0.65
openPE
Method · 0.65
locateBinaries
Function · 0.65
fetch
Function · 0.65
isPerfFile
Function · 0.65
generateReport
Function · 0.65
parseFlags
Function · 0.65
doLocalSymbolize
Function · 0.65
objectFile
Method · 0.65
openSourceFile
Function · 0.65
readProfile
Function · 0.65
Implementers
8
Binutils
internal/binutils/binutils.go
testObj
internal/driver/fetch_test.go
oswriter
internal/driver/options.go
fakeObjTool
internal/driver/webui_test.go
mockObjTool
internal/driver/driver_test.go
mockObjTool
internal/symbolizer/symbolizer_test.go
internalObjTool
driver/driver.go
fakeObjTool
browsertests/testutils.go
Calls
no outgoing calls
Tested by
1
readProfile
Function · 0.52