in debug mode report the time to load addon modules.

This commit is contained in:
2010-07-26 09:09:53 +00:00
parent ed5d0bb62f
commit 15e94823dd
2 changed files with 10 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
print("gc.collect() -> %d" % gc.collect())
if _bpy.app.debug:
print("Time %.4f" % (time.time() - t_main))
print("Python Script Load Time %.4f" % (time.time() - t_main))
def expandpath(path):