Display process accumulated time.
Always returns success.
# Execute the command
times
# Result
0m0.037s 0m0.009s
0m0.010s 0m0.024s
# According to the times(2) man page, the mapping is as follows:
# User time | System time
# Child process user time | Child process system time
help command for related help information.