1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/vendor/github.com/rcrowley/go-metrics/runtime_cgo.go
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -07:00

11 lines
128 B
Go

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