aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bolt/main.go')
-rw-r--r--cmd/bolt/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/bolt/main.go b/cmd/bolt/main.go
index 44ba5a1..a79302d 100644
--- a/cmd/bolt/main.go
+++ b/cmd/bolt/main.go
@@ -10,11 +10,13 @@ import (
"github.com/boltdb/bolt"
"github.com/codegangsta/cli"
+ // "github.com/davecheney/profile"
)
var branch, commit string
func main() {
+ // defer profile.Start(&profile.Config{CPUProfile: true, MemProfile: true}).Stop()
log.SetFlags(0)
NewApp().Run(os.Args)
}