1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 03:55:28 +02:00
tldr/pages/common/times.md

10 lines
294 B
Markdown
Raw Normal View History

2024-12-26 09:14:45 +02:00
# times
> Print the cumulative CPU usage time of the current shell.
> See also: `time`.
2024-12-26 09:14:45 +02:00
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-times>.
- Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes:
`times`