Fix unit tests
[govpp.git] / vendor / github.com / pkg / profile / trace.go
1 // +build go1.7
2
3 package profile
4
5 import "runtime/trace"
6
7 var startTrace = trace.Start
8 var stopTrace = trace.Stop