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

Method ExtraUsage

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

ExtraUsage returns any additional text that should be printed after the standard usage message. The extra usage message returned includes all text added with AddExtraUsage(). The typical use of ExtraUsage is to show any custom flags defined by the specific pprof plugins being used.

()

Source from the content-addressed store, hash-verified

103 // The typical use of ExtraUsage is to show any custom flags defined by the
104 // specific pprof plugins being used.
105 ExtraUsage() string
106
107 // AddExtraUsage appends additional text to the end of the extra usage message.
108 AddExtraUsage(eu string)

Callers 1

parseFlagsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected