1b32d374b5
the cProfile/profile modules are great for performance debugging. The pure-python profile module has much more overhead though and the cProfile module is recommended if it exists. This changes to import to first try the cProfile module and then fall back to the profile module. The cProfile/profiles modules are API compatible for all that its worth... If that does not exist we continue to complain as before. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net> |
||
---|---|---|
.. | ||
folder | ||
repository | ||
ui | ||
__init__.py | ||
accounts.py | ||
CustomConfig.py | ||
imaplibutil.py | ||
imapserver.py | ||
imaputil.py | ||
init.py | ||
localeval.py | ||
mbnames.py | ||
syncmaster.py | ||
threadutil.py | ||
version.py |