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 pitrou
Recipients pitrou
Date 2014-05-22.19:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400785566.33.0.612618667653.issue21555@psf.upfronthosting.co.za>
In-reply-to
Content
gcmodule.c is able to displayed elapsed time of garbage collection runs. It currently does it by poking inside the time module to call time.time() and convert it to a C double. It could instead use the new pytime.h facilities.
History
Date User Action Args
2014-05-22 19:06:06pitrousetrecipients: + pitrou
2014-05-22 19:06:06pitrousetmessageid: <1400785566.33.0.612618667653.issue21555@psf.upfronthosting.co.za>
2014-05-22 19:06:06pitroulinkissue21555 messages
2014-05-22 19:06:05pitroucreate