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

Function helpText

internal/driver/commands.go:254–256  ·  view source on GitHub ↗
(s ...string)

Source from the content-addressed store, hash-verified

252}
253
254func helpText(s ...string) string {
255 return strings.Join(s, "\n") + "\n"
256}
257
258// usage returns a string describing the pprof commands and configuration
259// options. if commandLine is set, the output reflect cli usage.

Callers 1

commands.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…