5 lines
148 B
Bash
5 lines
148 B
Bash
|
# Long running processes should return time after they complete. Specified
|
||
|
# in seconds.
|
||
|
REPORTTIME=2
|
||
|
TIMEFMT="%U user %S system %P cpu %*Es total"
|