-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Milestone
Description
Here's an import profile created with Python 3.7's importtime
and displayed with tuna:
python3.7 -X importtime -c "import matplotlib" 2> matplotlib.log
tuna matplotlib.log
Looks like lazy-loading urllib.request would pay off. Likewise for pyparsing.