Improved profiler

This commit is contained in:
Mark Qvist
2025-01-12 17:51:02 +01:00
parent abc657806d
commit 53df2fa5e0
2 changed files with 32 additions and 15 deletions

View File

@@ -172,8 +172,8 @@ class Reticulum:
RNS.Transport.exit_handler()
RNS.Identity.exit_handler()
# if RNS.Profiler.ran():
# RNS.Profiler.results()
if RNS.Profiler.ran():
RNS.Profiler.results()
@staticmethod
def sigint_handler(signal, frame):