var runtime.mProf
10 uses
runtime (current package)
mprof.go#L147: mProf struct {
mprof.go#L284: mProf.cycle = (mProf.cycle + 1) % mProfCycleWrap
mprof.go#L285: mProf.flushed = false
mprof.go#L298: if !mProf.flushed {
mprof.go#L300: mProf.flushed = true
mprof.go#L306: c := mProf.cycle
mprof.go#L329: c := mProf.cycle
mprof.go#L345: c := mProf.cycle
mprof.go#L364: c := mProf.cycle
![]() |
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. |