forked from TrueCloudLab/restic
Vendor dependencies with dep
This commit is contained in:
parent
df8a5792f1
commit
91edebf1fe
1691 changed files with 466360 additions and 0 deletions
8
vendor/github.com/pkg/profile/trace_test.go
generated
vendored
Normal file
8
vendor/github.com/pkg/profile/trace_test.go
generated
vendored
Normal file
|
@ -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()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue