(s ...string)
| 252 | } |
| 253 | |
| 254 | func 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…