runtime/debug.GCStats.PauseTotal (field)

3 uses

	runtime/debug (current package)
		garbage.go#L17: 	PauseTotal     time.Duration   // total pause for all collections
		garbage.go#L52: 	stats.PauseTotal = stats.Pause[n+2]

	github.com/prometheus/client_golang/prometheus
		go_collector.go#L328: 	ch <- MustNewConstSummary(c.gcDesc, uint64(stats.NumGC), stats.PauseTotal.Seconds(), quantiles)