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

Method Print

driver/driver.go:215–215  ·  view source on GitHub ↗

Print shows a message to the user. It formats the text as fmt.Print would and adds a final \n if not already present. For line-based UI, Print writes to standard error. (Standard output is reserved for report data.)

(...interface{})

Source from the content-addressed store, hash-verified

213 // For line-based UI, Print writes to standard error.
214 // (Standard output is reserved for report data.)
215 Print(...interface{})
216
217 // PrintErr shows an error message to the user.
218 // It formats the text as fmt.Print would and adds a final \n if not already present.

Callers 7

fetchFunction · 0.65
convertPerfDataFunction · 0.65
serveWebInterfaceFunction · 0.65
parseFlagsFunction · 0.65
greetingsFunction · 0.65
printCurrentOptionsFunction · 0.65
commandHelpFunction · 0.65

Implementers 4

readlineUIpprof.go
TestUIinternal/proftest/proftest.go
stdUIinternal/driver/options.go
testUIbrowsertests/testutils.go

Calls

no outgoing calls

Tested by

no test coverage detected