1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/vendor/github.com/ethereum/go-ethereum/metrics/runtime_cgo.go
2019-06-03 12:28:18 +02:00

10 lines
128 B
Go

// +build cgo
// +build !appengine
package metrics
import "runtime"
func numCgoCall() int64 {
return runtime.NumCgoCall()
}