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

Method Parse

driver/driver.go:114–114  ·  view source on GitHub ↗

Parse initializes the flags with their values for this run and returns the non-flag command line arguments. If an unknown flag is encountered or there are no arguments, Parse should call usage and return nil.

(usage func())

Source from the content-addressed store, hash-verified

112 // If an unknown flag is encountered or there are no arguments,
113 // Parse should call usage and return nil.
114 Parse(usage func()) []string
115}
116
117// A Fetcher reads and returns the profile named by src, using

Callers 13

symbolzFunction · 0.65
unsourceMappingsFunction · 0.65
adjustURLFunction · 0.65
TestConfigMenuFunction · 0.65
TestEditConfigFunction · 0.65
openBrowserFunction · 0.65
parseFlagsFunction · 0.65
addTemplatesFunction · 0.65
ParseMethod · 0.65
doLocalSymbolizeFunction · 0.65
AddSourceTemplatesFunction · 0.65
absoluteURLFunction · 0.65

Implementers 2

testFlagsinternal/driver/driver_test.go
GoFlagsinternal/driver/flags.go

Calls

no outgoing calls

Tested by 2

TestConfigMenuFunction · 0.52
TestEditConfigFunction · 0.52