github.com/cuiweixie/go-ethereum@v1.8.2-0.20180303084001-66cd41af1e38/metrics/runtime_no_cgo.go (about)

     1  // +build !cgo appengine
     2  
     3  package metrics
     4  
     5  func numCgoCall() int64 {
     6  	return 0
     7  }