From 99d23cac75ffac651c0499cd7a3fde271d3ac8f5 Mon Sep 17 00:00:00 2001 From: Dale Hamel Date: Wed, 23 Oct 2024 13:19:33 -0400 Subject: [PATCH] Update README.md Co-authored-by: Gannon McGibbon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc5ff3..9cf6de2 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ report = AppProfiler.run(mode: :cpu) do # ... end -report.view # opens the profile locally in speedscope or firefox profiler, as appropriate +report.view # opens the profile locally in speedscope by default ``` Profile files can be found locally in your rails app at `tmp/app_profiler/*.json`.