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 louielu
Recipients louielu, serhiy.storchaka
Date 2017-02-25.11:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488022703.75.0.388864532114.issue29645@psf.upfronthosting.co.za>
In-reply-to
Content
What is the different of Cold start and Hot start? It that CPU speed or something else.

In Linux 4.9.11 with i7-2k, I can't reproduce the significant real time you gave:

# CPU gov powersave
$ time ./python -c 'import webbrowser'
0.16s user 0.02s system 93% cpu 0.200 total

# CPU gov performance
$ time ./python -c 'import webbrowser'
0.08s user 0.00s system 82% cpu 0.093 total
History
Date User Action Args
2017-02-25 11:38:23louielusetrecipients: + louielu, serhiy.storchaka
2017-02-25 11:38:23louielusetmessageid: <1488022703.75.0.388864532114.issue29645@psf.upfronthosting.co.za>
2017-02-25 11:38:23louielulinkissue29645 messages
2017-02-25 11:38:23louielucreate