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

Method PrintErr

internal/driver/options.go:71–73  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

69}
70
71func (ui *stdUI) PrintErr(args ...interface{}) {
72 ui.fprint(os.Stderr, args)
73}
74
75func (ui *stdUI) IsTerminal() bool {
76 return false

Callers

nothing calls this directly

Calls 1

fprintMethod · 0.95

Tested by

no test coverage detected