Lines Matching defs:sysStatsAggregate
632 type sysStatsAggregate struct { struct
633 stacksSys uint64
634 mSpanSys uint64
635 mSpanInUse uint64
636 mCacheSys uint64
637 mCacheInUse uint64
638 buckHashSys uint64
639 gcMiscSys uint64
640 otherSys uint64
641 heapGoal uint64
642 gcCyclesDone uint64
643 gcCyclesForced uint64
647 func (a *sysStatsAggregate) compute() {