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

Method AddExtraUsage

internal/driver/flags.go:58–60  ·  view source on GitHub ↗

AddExtraUsage implements the plugin.FlagSet interface.

(eu string)

Source from the content-addressed store, hash-verified

56
57// AddExtraUsage implements the plugin.FlagSet interface.
58func (f *GoFlags) AddExtraUsage(eu string) {
59 f.UsageMsgs = append(f.UsageMsgs, eu)
60}
61
62// Parse implements the plugin.FlagSet interface.
63func (*GoFlags) Parse(usage func()) []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected