diff --git a/lib/tools/src/tprof.erl b/lib/tools/src/tprof.erl index 8fee157ee189..989184a1a0f1 100644 --- a/lib/tools/src/tprof.erl +++ b/lib/tools/src/tprof.erl @@ -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]