From f4f2fe2ee58dfe6073fabe29a7dc20e2145bf289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Wed, 19 Jul 2023 16:47:55 +0300 Subject: [PATCH] refactor(profiling/with_perf): remove a wrong to be verb --- src/profiling/with_perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiling/with_perf.md b/src/profiling/with_perf.md index 1ea5c1ed2..469e237b9 100644 --- a/src/profiling/with_perf.md +++ b/src/profiling/with_perf.md @@ -282,7 +282,7 @@ Tree What happens with `--tree-callees` is that - we find each sample matching the regular expression -- we look at the code that is occurs *after* the regex match and try +- we look at the code that occurs *after* the regex match and try to build up a call tree The `--tree-min-percent 3` option says "only show me things that take