var runtime/pprof.cpu
13 uses
runtime/pprof (current package)
pprof.go#L744: var cpu struct {
pprof.go#L773: cpu.Lock()
pprof.go#L774: defer cpu.Unlock()
pprof.go#L775: if cpu.done == nil {
pprof.go#L776: cpu.done = make(chan bool)
pprof.go#L779: if cpu.profiling {
pprof.go#L782: cpu.profiling = true
pprof.go#L814: cpu.done <- true
pprof.go#L821: cpu.Lock()
pprof.go#L822: defer cpu.Unlock()
pprof.go#L824: if !cpu.profiling {
pprof.go#L827: cpu.profiling = false
pprof.go#L829: <-cpu.done
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |