Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Oct 17, 2024
2 parents 0309307 + 507ded5 commit 8ea9b33
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 @@ -1138,7 +1138,7 @@ format_each(Device, call_count, _Total, Inspected) ->
[format_out(Device, Fmt, Line) || Line <- lists:reverse(Lines)],
format_out(Device, Fmt, [" ", " ", "100.0"]);
format_each(Device, call_time, Total, Inspected) ->
format_labelled(Device, "TIME (μs)", Total, Inspected);
format_labelled(Device, "TIME (us)", Total, Inspected);
format_each(Device, call_memory, Total, Inspected) ->
format_labelled(Device, "WORDS", Total, Inspected).

Expand Down

0 comments on commit 8ea9b33

Please sign in to comment.