added speed notifications for get_in_function_call

This commit is contained in:
David Halter
2012-11-26 11:40:03 +01:00
parent dfaa2ed38e
commit 2a553272d7
2 changed files with 10 additions and 2 deletions

View File

@@ -23,7 +23,10 @@ enable_notice = False
debug_function = None
ignored_modules = ['parsing', 'builtin', 'jedi.builtin', 'jedi.parsing']
start_time = time.time()
def reset_time():
global start_time
start_time = time.time()
def dbg(*args):