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 giampaolo.rodola
Recipients eric.araujo, ezio.melotti, giampaolo.rodola, michael.foord, piotr.dobrogost, pprokop, rhettinger, techtonik
Date 2019-03-11.05:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552281861.21.0.576427881739.issue4080@roundup.psfhosted.org>
In-reply-to
Content
Hello. This is something I needed so I decided to implement it by taking inspiration from pytest's --durations=N argument, which basically does the same (except that it uses 0.XX precision instead of 0.XXX). PR at: https://github.com/python/cpython/pull/12271
History
Date User Action Args
2019-03-11 05:24:21giampaolo.rodolasetrecipients: + giampaolo.rodola, rhettinger, techtonik, ezio.melotti, eric.araujo, pprokop, michael.foord, piotr.dobrogost
2019-03-11 05:24:21giampaolo.rodolasetmessageid: <1552281861.21.0.576427881739.issue4080@roundup.psfhosted.org>
2019-03-11 05:24:21giampaolo.rodolalinkissue4080 messages
2019-03-11 05:24:21giampaolo.rodolacreate