#! /bin/sh
#
# An EXACT driver that runs a command and prints timing information.
#
export TIMEFORMAT="TIMING: ElapsedSeconds %3R CPUUserSeconds %3U CPUSystemSeconds %3S Percent %P"
time $*
