type runtime.statAggregate

28 uses

	runtime (current package)
		metrics.go#L34: 	compute func(in *statAggregate, out *metricValue)
		metrics.go#L70: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L77: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L84: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L91: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L103: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L115: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L122: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L128: 			compute: func(_ *statAggregate, out *metricValue) {
		metrics.go#L141: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L150: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L157: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L164: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L171: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L178: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L185: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L192: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L199: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L206: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L213: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L220: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L227: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L234: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L243: 			compute: func(_ *statAggregate, out *metricValue) {
		metrics.go#L386: type statAggregate struct {
		metrics.go#L394: func (a *statAggregate) ensure(deps *statDepSet) {
		metrics.go#L472: var agg statAggregate
		metrics.go#L491: 	agg = statAggregate{}