github.com/DxChainNetwork/dxc@v0.8.1-0.20220824085222-1162e304b6e7/metrics/runtime_no_gccpufraction.go (about) 1 // +build !go1.5 2 3 package metrics 4 5 import "runtime" 6 7 func gcCPUFraction(memStats *runtime.MemStats) float64 { 8 return 0 9 }