type runtime.BlockProfileRecord
8 uses
runtime (current package)
mprof.go#L621: type BlockProfileRecord struct {
mprof.go#L634: func BlockProfile(p []BlockProfileRecord) (n int, ok bool) {
mprof.go#L669: func MutexProfile(p []BlockProfileRecord) (n int, ok bool) {
runtime/pprof
pprof.go#L377: func printCountCycleProfile(w io.Writer, countName, cycleName string, scaler func(int64, float64) (int64, float64), records []runtime.BlockProfileRecord) error {
pprof.go#L846: var p []runtime.BlockProfileRecord
pprof.go#L849: p = make([]runtime.BlockProfileRecord, n+50)
pprof.go#L898: var p []runtime.BlockProfileRecord
pprof.go#L901: p = make([]runtime.BlockProfileRecord, n+50)
 |
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. |