Displays the accumulated process time.
Always returns success.
# Excuting an order
times
# Return results
0m0.037s 0m0.009s
0m0.010s 0m0.024s
# According to the man manual of times(2), the corresponding relationship is as follows:
# User time | System time
# User time of the child process | System time of the child process
This command is a built-in bash command. For related help information, please see the help command.
优先推荐相关内容,同时保留你的阅读轨迹和收藏入口。