From 8c88d603a09f7f2dfd33bc5a263dd06876dd09aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Fri, 4 Feb 2022 09:25:12 +0100 Subject: [PATCH] feat: use CPU as default event (#65) --- cli/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/root.go b/cli/cmd/root.go index 45c240f..454cb5f 100644 --- a/cli/cmd/root.go +++ b/cli/cmd/root.go @@ -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.