ThreadcreationProfile enables thread creation profiling.. It disables any previous profiling settings.
(p *Profile)
| 120 | // ThreadcreationProfile enables thread creation profiling.. |
| 121 | // It disables any previous profiling settings. |
| 122 | func ThreadcreationProfile(p *Profile) { p.mode = threadCreateMode } |
| 123 | |
| 124 | // GoroutineProfile enables goroutine profiling. |
| 125 | // It disables any previous profiling settings. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…