I want to be able to do the Windows equivalent of this Unix/Linux command:
time fooenter code here
foo
x cpu time
y real time
z wallclock time
I want to be able to do the Windows equivalent of this Unix/Linux command:
time fooenter code here
foo
x cpu time
y real time
z wallclock time
timeit
from the Windows Server 2003 Resource Kit should do the trick.