ExtraUsage returns any additional text that should be printed after the standard usage message. The extra usage message returned includes all text added with AddExtraUsage(). The typical use of ExtraUsage is to show any custom flags defined by the specific pprof plugins being used.
()
| 71 | // The typical use of ExtraUsage is to show any custom flags defined by the |
| 72 | // specific pprof plugins being used. |
| 73 | ExtraUsage() string |
| 74 | |
| 75 | // AddExtraUsage appends additional text to the end of the extra usage message. |
| 76 | AddExtraUsage(eu string) |