Skip to content

Commit

Permalink
Merge pull request #8136 from mkuratczyk/patch-1
Browse files Browse the repository at this point in the history
Fix tprof example (docs)
  • Loading branch information
garazdawi authored Feb 16, 2024
2 parents 7d58664 + 7f6744e commit 5d23e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/src/tprof.erl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ total allocated words in the descending order
```erlang
5> tprof:profile(test, test_spawn, [],
#{type => call_memory, report => {total, {words, descending}}}).
#{type => call_memory, report => {total, {measurement, descending}}}).
FUNCTION CALLS WORDS PER CALL [ %]
lists:seq_loop/3 9 64 7 [68.82]
Expand Down

0 comments on commit 5d23e40

Please sign in to comment.