[Python-checkins] r46146 - sandbox/trunk/rjsh-pybench/pybench.py

Tim Peters tim.peters at gmail.com
Wed May 24 14:06:11 CEST 2006


[M.-A. Lemburg]
> ...
> You can still try measure the right thing, though ;-)

Alas, people will disagree about what the right thing is.  I'm
generally much more interested in wall-clock time than in CPU time
myself.  If, e.g., I write a program that spends 99.9% of its time
waiting for I/O, the important thing to me is that it may take an hour
of real time to run, not that it might take just one CPU second during
that hour.  Or it it's constantly swapping, etc.  I'd only care about
CPU time if I were on a time-sharing mainframe and charged for
CPU-minutes <0.5 wink>.

> Does anyone of you at the sprint use Win2k ?

Don't think so -- just Win XP and Win64.  There's a Win2K box in the
buildbot farm, but I don't which flavor of Win2K that is.  Win2K is
still in use, but not among hackers  :-)


More information about the Python-checkins mailing list