runtime.cpuProfile.lostExtra (field)
6 uses
runtime (current package)
cpuprof.go#L41: lostExtra uint64 // count of frames lost because extra is full
cpuprof.go#L98: if p.numExtra > 0 || p.lostExtra > 0 || p.lostAtomic > 0 {
cpuprof.go#L136: cpuprof.lostExtra++
cpuprof.go#L157: if p.lostExtra > 0 {
cpuprof.go#L158: hdr := [1]uint64{p.lostExtra}
cpuprof.go#L164: p.lostExtra = 0
![]() |
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. |