ClockProfile enables wall clock (fgprof) profiling. It disables any previous profiling settings.
(p *Profile)
| 128 | // ClockProfile enables wall clock (fgprof) profiling. |
| 129 | // It disables any previous profiling settings. |
| 130 | func ClockProfile(p *Profile) { p.mode = clockMode } |
| 131 | |
| 132 | // ProfilePath controls the base path where various profiling |
| 133 | // files are written. If blank, the base path will be generated |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…