Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for browser (0.07 sec)

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

    	PrintErr(...interface{})
    
    	// IsTerminal returns whether the UI is known to be tied to an
    	// interactive terminal (as opposed to being redirected to a file).
    	IsTerminal() bool
    
    	// WantBrowser indicates whether browser should be opened with the -http option.
    	WantBrowser() bool
    
    	// SetAutoComplete instructs the UI to call complete(cmd) to obtain
    	// the auto-completion of cmd, if the UI supports auto-completion at all.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go

    	PrintErr(...interface{})
    
    	// IsTerminal returns whether the UI is known to be tied to an
    	// interactive terminal (as opposed to being redirected to a file).
    	IsTerminal() bool
    
    	// WantBrowser indicates whether a browser should be opened with the -http option.
    	WantBrowser() bool
    
    	// SetAutoComplete instructs the UI to call complete(cmd) to obtain
    	// the auto-completion of cmd, if the UI supports auto-completion at all.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top