github.com/pslzym/go-ethereum@v1.8.17-0.20180926104442-4b6824e07b1b/metrics/runtime_cgo.go (about) 1 // +build cgo 2 // +build !appengine 3 4 package metrics 5 6 import "runtime" 7 8 func numCgoCall() int64 { 9 return runtime.NumCgoCall() 10 }