github.com/defi-hunter/go-ethereum@v1.9.7-0.20191031044858-21506be82b68/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  }