runtime.metricValue.scalar (field)
21 uses
runtime (current package)
metrics.go#L72: out.scalar = in.sysStats.gcCyclesDone - in.sysStats.gcCyclesForced
metrics.go#L79: out.scalar = in.sysStats.gcCyclesForced
metrics.go#L86: out.scalar = in.sysStats.gcCyclesDone
metrics.go#L117: out.scalar = in.sysStats.heapGoal
metrics.go#L124: out.scalar = in.heapStats.numObjects
metrics.go#L143: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L152: out.scalar = in.heapStats.inObjects
metrics.go#L159: out.scalar = uint64(in.heapStats.released)
metrics.go#L166: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L173: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L180: out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
metrics.go#L187: out.scalar = in.sysStats.mCacheInUse
metrics.go#L194: out.scalar = in.sysStats.mSpanSys - in.sysStats.mSpanInUse
metrics.go#L201: out.scalar = in.sysStats.mSpanInUse
metrics.go#L208: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
metrics.go#L215: out.scalar = in.sysStats.stacksSys
metrics.go#L222: out.scalar = in.sysStats.otherSys
metrics.go#L229: out.scalar = in.sysStats.buckHashSys
metrics.go#L236: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L245: out.scalar = uint64(gcount())
metrics.go#L437: scalar uint64 // contains scalar values for scalar Kinds.
![]() |
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. |