Home
last modified time | relevance | path

Searched defs:gcStatsAggregate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmetrics.go684 type gcStatsAggregate struct { struct
685 heapScan uint64
686 stackScan uint64
687 globalsScan uint64
688 totalScan uint64
692 func (a *gcStatsAggregate) compute() {