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 terry.reedy
Recipients barry, brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-11-04.21:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509830955.78.0.213398074469.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
> with environment variable you get more information.

For timing package import time, such as for idlelib.pyshell, rather than bare python startup time, the extra information is just a bit more noise to ignore.

The importtime output is sent to stderr.  Should this be documented?  It is important because displaying results immediately on command prompt rather than redirecting to a file adds about .07 seconds to the total time reported for pyshell, whether I use debug or normal binaries.  The relative variation between repeated runs (about 1%) also seems less with redirection to a file.
History
Date User Action Args
2017-11-04 21:29:15terry.reedysetrecipients: + terry.reedy, gvanrossum, barry, brett.cannon, rhettinger, pitrou, vstinner, christian.heimes, methane, lukasz.langa, serhiy.storchaka
2017-11-04 21:29:15terry.reedysetmessageid: <1509830955.78.0.213398074469.issue31415@psf.upfronthosting.co.za>
2017-11-04 21:29:15terry.reedylinkissue31415 messages
2017-11-04 21:29:15terry.reedycreate