2025-03-14 21:59:59 -06:00
|
|
|
# times
|
|
|
|
|
|
|
|
|
|
> Print the cumulative CPU usage time of the current shell.
|
2026-02-18 06:55:01 -07:00
|
|
|
> First line is current shell CPU usage for User and System. Second is all child processes.
|
2025-06-28 19:25:29 -06:00
|
|
|
> See also: `time`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-times>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Print CPU usage:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`times`
|