BlockProfile enables block (contention) profiling. It disables any previous profiling settings.
(p *Profile)
| 112 | // BlockProfile enables block (contention) profiling. |
| 113 | // It disables any previous profiling settings. |
| 114 | func BlockProfile(p *Profile) { p.mode = blockMode } |
| 115 | |
| 116 | // Trace profile enables execution tracing. |
| 117 | // It disables any previous profiling settings. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…