runtime.cpuProfile.log (field)
11 uses
runtime (current package)
cpuprof.go#L26: log *profBuf // profile events written here
cpuprof.go#L65: if cpuprof.on || cpuprof.log != nil {
cpuprof.go#L72: cpuprof.log = newProfBuf(1, 1<<17, 1<<14)
cpuprof.go#L74: cpuprof.log.write(nil, nanotime(), hdr[:], nil)
cpuprof.go#L80: cpuprof.log.close()
cpuprof.go#L106: cpuprof.log.write(&gp.labels, nanotime(), hdr[:], stk)
cpuprof.go#L151: p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
cpuprof.go#L163: p.log.write(nil, 0, hdr[:], lostStk[:])
cpuprof.go#L173: p.log.write(nil, 0, hdr[:], lostStk[:])
cpuprof.go#L206: log := cpuprof.log
cpuprof.go#L211: cpuprof.log = nil
 |
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. |