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

Method Print

internal/plugin/plugin.go:187–187  ·  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

185 // For line-based UI, Print writes to standard error.
186 // (Standard output is reserved for report data.)
187 Print(...interface{})
188
189 // PrintErr shows an error message to the user.
190 // It formats the text as fmt.Print would and adds a final \n if not already present.

Callers

nothing calls this directly

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