Files
cheatsheet-tldr/tldr/times
2025-05-15 00:18:48 +00:00

15 lines
387 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# times
> Print the cumulative CPU usage time of the current shell.
> See also: `time`.
> 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`