profile with less quatsch

This commit is contained in:
hagi 2022-12-30 15:39:58 +01:00
parent bd39c07582
commit 45f9ede3c5

View file

@ -17,7 +17,7 @@ def main_content():
def main(): def main():
cProfile.run("all()") cProfile.run("main_content()")
# run main with cProfile # run main with cProfile