Comment #8 on issue 1291 by robert.kern: reduce the import sympy time
http://code.google.com/p/sympy/issues/detail?id=1291
Here's the full output from a reasonably warm cache. The "SELF" times
should be the
most informative. The largest times are at the bottom.
Note that the "gestalt" module is a Mac stdlib module; it shows up because
sympy.plotting imports ctypes, which imports gestalt. tokenize comes from
sympy.utilities.source's use of inspect.
Overall, a lot of the overhead is coming from sympy.utilities. You may want
to track
down what's actually using these, and see if they really need to be visible
when you
import sympy.
Attachments:
sympy-import-totals.txt 25.7 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---