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 yselivanov
Recipients gvanrossum, pitrou, vstinner, yselivanov
Date 2014-01-15.22:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389824643.19.0.865228854473.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
> What part of the debug timing is more expensive than the select call itself?

Well, there is nothing really expensive there, but:

- time.monotonic() is still a syscall
- logging.log executes a fair amount of code too
History
Date User Action Args
2014-01-15 22:24:03yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner
2014-01-15 22:24:03yselivanovsetmessageid: <1389824643.19.0.865228854473.issue20275@psf.upfronthosting.co.za>
2014-01-15 22:24:03yselivanovlinkissue20275 messages
2014-01-15 22:24:03yselivanovcreate