#!/bin/zsh # Long running processes should return time after they complete. Specified # in seconds. export REPORTTIME=2 export TIMEFMT="%U user %S system %P cpu %*Es total"