1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00
os/vendor/github.com/rcrowley/go-metrics/runtime_no_gccpufraction.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

10 lines
122 B
Go

// +build !go1.5
package metrics
import "runtime"
func gcCPUFraction(memStats *runtime.MemStats) float64 {
return 0
}