mirror of
https://github.com/restic/restic.git
synced 2026-05-26 03:55:24 +00:00
Vendor dependencies with dep
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package profile_test
|
||||
|
||||
import "github.com/pkg/profile"
|
||||
|
||||
func ExampleTraceProfile() {
|
||||
// use execution tracing, rather than the default cpu profiling.
|
||||
defer profile.Start(profile.TraceProfile).Stop()
|
||||
}
|
||||
Reference in New Issue
Block a user