views:

72

answers:

1

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
+3  A: 

timeit from the Windows Server 2003 Resource Kit should do the trick.

Factor Mystic