mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-18 16:30:33 +00:00
Cleanup
This commit is contained in:
parent
3ace1583da
commit
dfa295a90a
@ -481,10 +481,10 @@ class Profiler:
|
|||||||
print(f"{ind} St.dev. : {prettyshorttime(stdev)}")
|
print(f"{ind} St.dev. : {prettyshorttime(stdev)}")
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
print("\nProfiler results:\n")
|
print("\nProfiler results:\n")
|
||||||
for tag_name in results:
|
for tag_name in results:
|
||||||
tag = results[tag_name]
|
tag = results[tag_name]
|
||||||
if tag["super"] == None:
|
if tag["super"] == None:
|
||||||
print_results_recursive(tag, results)
|
print_results_recursive(tag, results)
|
||||||
|
|
||||||
profile = Profiler.get_profiler
|
profile = Profiler.get_profiler
|
Loading…
Reference in New Issue
Block a user