1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 02:26:13 +00:00
os/vendor/github.com/rcrowley/go-metrics/runtime_cgo.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

11 lines
128 B
Go

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