Message278916
| 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:42 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2016-10-18 17:07:42 | vstinner | set | messageid: <1476810462.64.0.809667157375.issue28469@psf.upfronthosting.co.za> |
| 2016-10-18 17:07:42 | vstinner | link | issue28469 messages |
| 2016-10-18 17:07:42 | vstinner | create | |