1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

change microseconds to centiseconds

This commit is contained in:
Kelly Brazil
2021-03-31 20:39:03 -07:00
parent 25a85d874c
commit a038c14c23
3 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ Examples:
"elapsed_time_hours": 0,
"elapsed_time_minutes": 0,
"elapsed_time_seconds": 2,
"elapsed_time_microseconds": 50,
"elapsed_time_centiseconds": 50,
"elapsed_time_total_seconds": 2.5
}
@ -114,7 +114,7 @@ Returns:
"elapsed_time_hours": integer,
"elapsed_time_minutes": integer,
"elapsed_time_seconds": integer,
"elapsed_time_microseconds": integer,
"elapsed_time_centiseconds": integer,
"elapsed_time_total_microseconds": float,
"cpu_percent": integer, # null if ?
"average_shared_text_size": integer,