mirror of
https://github.com/containers/podman.git
synced 2026-01-29 16:31:45 -05:00
9 lines
114 B
Go
9 lines
114 B
Go
// +build go1.7
|
|
|
|
package profile
|
|
|
|
import "runtime/trace"
|
|
|
|
var startTrace = trace.Start
|
|
var stopTrace = trace.Stop
|