runtime.statAggregate.sysStats (field)
23 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#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#L237: in.sysStats.stacksSys + in.sysStats.mSpanSys +
metrics.go#L238: in.sysStats.mCacheSys + in.sysStats.buckHashSys +
metrics.go#L239: in.sysStats.gcMiscSys + in.sysStats.otherSys
metrics.go#L389: sysStats sysStatsAggregate
metrics.go#L407: a.sysStats.compute()
![]() |
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. |