Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UsageMsgs (0.06 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/flags.go

    }
    
    // ExtraUsage implements the plugin.FlagSet interface.
    func (f *GoFlags) ExtraUsage() string {
    	return strings.Join(f.UsageMsgs, "\n")
    }
    
    // AddExtraUsage implements the plugin.FlagSet interface.
    func (f *GoFlags) AddExtraUsage(eu string) {
    	f.UsageMsgs = append(f.UsageMsgs, eu)
    }
    
    // Parse implements the plugin.FlagSet interface.
    func (*GoFlags) Parse(usage func()) []string {
    	flag.Usage = usage
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 19 21:26:10 UTC 2020
    - 1.9K bytes
    - Viewed (0)
Back to top