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 nschloe
Recipients barry, brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, nschloe, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2018-07-01.14:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530456022.38.0.56676864532.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
I just updated tuna [1] to support import time profiles as well.
Install with
```
pip install tuna
```
and use with
```
python -X importprofile yourfile.py 2> import.log
tuna import.log
```
See screenshot for example output.

Cheers,
Nico

[1] https://github.com/nschloe/tuna
History
Date User Action Args
2018-07-01 14:40:22nschloesetrecipients: + nschloe, gvanrossum, barry, brett.cannon, rhettinger, terry.reedy, pitrou, vstinner, christian.heimes, methane, lukasz.langa, serhiy.storchaka
2018-07-01 14:40:22nschloesetmessageid: <1530456022.38.0.56676864532.issue31415@psf.upfronthosting.co.za>
2018-07-01 14:40:22nschloelinkissue31415 messages
2018-07-01 14:40:22nschloecreate