Skip to content

Commit

Permalink
refactor(profiling/with_perf): remove a wrong to be verb
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and tshepang committed Jul 19, 2023
1 parent 151dcc1 commit d2a9df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiling/with_perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a9df4

Please sign in to comment.