time: add stopwatch example (#13990)

This commit is contained in:
Managor
2024-10-11 22:51:03 +03:00
committed by GitHub
parent 1d558bb09d
commit 6bd624c16c

View File

@@ -7,3 +7,7 @@
- Run the `command` and print the time measurements to `stdout`: - Run the `command` and print the time measurements to `stdout`:
`time {{command}}` `time {{command}}`
- Create a very simple stopwatch (only works in bash):
`time read`