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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2016-10-18.17:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476810462.64.0.809667157375.issue28469@psf.upfronthosting.co.za>
In-reply-to
Content
> The perf module doesn't report the number of loops by default.

Right, it's hidden by default. I consider that it's not an useful information for end users.

If you want more details (see the number of inner and outer loops), use --verbose ("python3 -m perf timeit -v ...") or the stats commands ("python3 -m perf stats file.json").
History
Date User Action Args
2016-10-18 17:07:42vstinnersetrecipients: + vstinner, serhiy.storchaka
2016-10-18 17:07:42vstinnersetmessageid: <1476810462.64.0.809667157375.issue28469@psf.upfronthosting.co.za>
2016-10-18 17:07:42vstinnerlinkissue28469 messages
2016-10-18 17:07:42vstinnercreate