This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, neologix, python-dev, vstinner
Date 2014-02-07.17:37:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391794665.94.0.909001964743.issue20505@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 3b94a4ef244e by Victor Stinner in branch 'default':
> Issue #20505: add debug info

Some results.

AMD64 Windows7 SP1 3.x:
==   Windows-7-6.1.7601-SP1 little-endian
SelectSelector.select(156.001 ms) took 156.000 ms (granularity=15.600 ms, resolution=0.001 ms)

x86 Ubuntu Shared 3.x:
==   Linux-2.6.31.5-linode21-i686-with-debian-lenny-sid little-endian
EpollSelector.select(99.947 ms) took 99.534 ms (granularity=1.000 ms, resolution=1.000 ms)

Oh, for Windows: select() was called with a timeout of 157 ms but slept during 156 ms. So sometimes it's a little less than the timeout (1 ms).
History
Date User Action Args
2014-02-07 17:37:45vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev
2014-02-07 17:37:45vstinnersetmessageid: <1391794665.94.0.909001964743.issue20505@psf.upfronthosting.co.za>
2014-02-07 17:37:45vstinnerlinkissue20505 messages
2014-02-07 17:37:45vstinnercreate