//go:build !windows && !linux && !darwin package stats func (r *Reporter) SystemCPUPercent() float64 { return r.stubSystemCPUPercent() }