Giampaolo Rodola' <[email protected]> added the comment:
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 ---------- versions: +Python 3.8 -Python 3.3 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue4080> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
