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.23:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389827356.33.0.0293250005561.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
> Wow, that's impressive that such minor syscalls can take so much times!

Apparently, it's not syscalls, it's logging.

Actually, with commented out "logging.log" code I can't see a difference wether there are calls to monotonic or not.

So we can keep the code as is, let's just log something when select takes longer than 1 second (and log nothing when it's faster)
History
Date User Action Args
2014-01-15 23:09:16yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner
2014-01-15 23:09:16yselivanovsetmessageid: <1389827356.33.0.0293250005561.issue20275@psf.upfronthosting.co.za>
2014-01-15 23:09:16yselivanovlinkissue20275 messages
2014-01-15 23:09:16yselivanovcreate