refactor(profiling/with_perf): remove a wrong to be verb

This commit is contained in:
İsmail Arılık 2023-07-19 16:47:55 +03:00 committed by Tshepang Mbambo
parent feaef55f33
commit 3e926f097e
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ Tree
What happens with `--tree-callees` is that What happens with `--tree-callees` is that
- we find each sample matching the regular expression - 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 to build up a call tree
The `--tree-min-percent 3` option says "only show me things that take The `--tree-min-percent 3` option says "only show me things that take