Files
open-cluster-management/vendor/github.com/pkg/profile/trace.go
2020-04-29 15:29:31 +08:00

9 lines
114 B
Go

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