2019-07-24 05:33:28 +00:00
|
|
|
#!/bin/zsh
|
2019-02-18 16:55:05 +00:00
|
|
|
# Long running processes should return time after they complete. Specified
|
|
|
|
# in seconds.
|
2019-07-24 05:33:28 +00:00
|
|
|
export REPORTTIME=2
|
|
|
|
export TIMEFMT="%U user %S system %P cpu %*Es total"
|