On Oct 14, 2005, at 16:15, Alec Flett wrote: > I've added another method descriptor, @Timed, to easyprof.py. It > basically just prints the absolute time spent calling a method... > an easy way to consistently measure a particular routine Cool! Does "absolute time" mean "CPU time"? --Grant