Skip to content

Commit

Permalink
feat: use CPU as default event (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored Feb 4, 2022
1 parent 498f80d commit 8c88d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
defaultDuration = 1 * time.Minute
defaultEvent = string(api.Wall)
defaultEvent = string(api.Cpu)
flameLong = `Profile existing applications with low-overhead by generating flame graphs.
These commands help you identify application performance issues.
Expand Down

0 comments on commit 8c88d60

Please sign in to comment.