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.2.8-preview. (GOOS=darwin GOARCH=arm64)