This commit is contained in:
Kovid Goyal 2016-10-21 11:09:51 +05:30
parent 8c28434d41
commit 77eb005af1

View File

@ -129,7 +129,7 @@ def main():
pr = cProfile.Profile()
pr.enable()
ret = run_app()
pr.print_stats('cumtime')
pr.print_stats('tottime')
pr.disable()
else:
ret = run_app()