STINNER Victor added the comment:

> 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").

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to