Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
1001404f02dee3e1a1a59efeaa8ce27dacf30517
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_gccpufraction.go
blob: be96aa6f1be9edacaf73eac2444b7f15865a51aa [
file
] [
log
] [
blame
]
khenaidoo
ac63710
2019-01-14 15:44:34 -0500
[
diff
] [
blame
]
1
// +build !go1.5
2
3
package metrics
4
5
import "runtime"
6
7
func gcCPUFraction(memStats *runtime.MemStats) float64 {
8
return 0
9
}