Skip to content

Commit

Permalink
Fix alphabeticalization error
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 29, 2017
1 parent 4a32089 commit 2658fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Telemetry.pm6
Expand Up @@ -70,10 +70,10 @@ class Telemetry::Instrument::Usage does Telemetry::Instrument {
method formats() is raw {
<< cpu 8d
'The total amount of CPU used (in microseconds)'
>>,<< cpu-user 8d
'The amount of CPU used in user code (in microseconds)'
>>,<< cpu-sys 8d
'The amount of CPU used in system overhead (in microseconds)'
>>,<< cpu-user 8d
'The amount of CPU used in user code (in microseconds)'
>>,<< cpus 5.1f
"The number of CPU's that were busy on average"
>>,<< id-rss 8d
Expand Down

0 comments on commit 2658fcd

Please sign in to comment.