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

Method ExtraUsage

internal/driver/flags.go:53–55  ·  view source on GitHub ↗

ExtraUsage implements the plugin.FlagSet interface.

()

Source from the content-addressed store, hash-verified

51
52// ExtraUsage implements the plugin.FlagSet interface.
53func (f *GoFlags) ExtraUsage() string {
54 return strings.Join(f.UsageMsgs, "\n")
55}
56
57// AddExtraUsage implements the plugin.FlagSet interface.
58func (f *GoFlags) AddExtraUsage(eu string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected