1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-27 12:34:19 +03:00

add profiling lines

This commit is contained in:
Zack Scholl 2019-11-11 11:26:32 -08:00
parent bdb8bf3ac4
commit acd7d8d8ec

View File

@ -12,6 +12,8 @@ import (
)
func main() {
// "github.com/pkg/profile"
// defer profile.Start(profile.CPUProfile).Stop()
if err := cli.Run(); err != nil {
fmt.Println(err)
}