Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
f9768880b6b69b52fa52cab58c9f9979e1e7a387
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_gccpufraction.go
blob: be96aa6f1be9edacaf73eac2444b7f15865a51aa [
file
] [
log
] [
blame
]
Holger Hildebrandt
fa07499
2020-03-27 15:42:06 +0000
[
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
}