mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 03:11:46 +00:00
...
This commit is contained in:
parent
8c28434d41
commit
77eb005af1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue