mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 12:43:55 +00:00
14 lines
367 B
Plaintext
14 lines
367 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.
|
|
> 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`
|