Created
June 24, 2017 21:24
-
-
Save cournape/c133ff1ae4674ce9dfc05d2045e1a63b to your computer and use it in GitHub Desktop.
inspect import times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# using https://github.com/cournape/import-profiler. Python 2 output | |
cumtime (ms) intime (ms) name | |
19.1 3.1 inspect | |
3.3 1.4 +string | |
1.6 0.3 ++re | |
9.9 8 +tokenize | |
1.1 1.1 ++itertools | |
1.8 0.6 +collections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment