Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
voltha-openolt-adapter
/
bf44ce8f9dc1fcba2fa1e0401c9e67c23b33d1f7
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_gccpufraction.go
blob: be96aa6f1be9edacaf73eac2444b7f15865a51aa [
file
] [
log
] [
blame
]
// +build !go1.5
package metrics
import "runtime"
func gcCPUFraction(memStats *runtime.MemStats) float64 {
return 0
}