mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
1a87de7fcf
It shows show import time of each module. It's useful for optimizing startup time. Typical usage: python -X importtime -c 'import requests'