runtime.BlockProfileRecord.Cycles (field)
7 uses
runtime (current package)
mprof.go#L652: Cycles int64
mprof.go#L679: r.Cycles = bp.cycles
mprof.go#L717: r.Cycles = bp.cycles
runtime/pprof
pprof.go#L391: count, nanosec := scaler(r.Count, float64(r.Cycles)/cpuGHz)
pprof.go#L876: sort.Slice(p, func(i, j int) bool { return p[i].Cycles > p[j].Cycles })
pprof.go#L893: fmt.Fprintf(w, "%v %v @", r.Cycles, r.Count)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)