Files
open-cluster-management/vendor/github.com/pkg/profile/trace.go
2020-04-01 12:43:36 -04:00

9 lines
114 B
Go

// +build go1.7
package profile
import "runtime/trace"
var startTrace = trace.Start
var stopTrace = trace.Stop