add profiling lines

This commit is contained in:
Zack Scholl 2019-11-11 11:26:32 -08:00
parent bdb8bf3ac4
commit acd7d8d8ec
1 changed files with 2 additions and 0 deletions

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)
}