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

Method ExtraUsage

internal/plugin/plugin.go:73–73  ·  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

71 // The typical use of ExtraUsage is to show any custom flags defined by the
72 // specific pprof plugins being used.
73 ExtraUsage() string
74
75 // AddExtraUsage appends additional text to the end of the extra usage message.
76 AddExtraUsage(eu string)

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected