Searched defs:gcStatsAggregate (Results 1 – 1 of 1) sorted by relevance
684 type gcStatsAggregate struct { struct685 heapScan uint64686 stackScan uint64687 globalsScan uint64688 totalScan uint64692 func (a *gcStatsAggregate) compute() {