mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-28 10:38:11 -07:00
Cleanup
This commit is contained in:
+5
-5
@@ -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
|
||||||
Reference in New Issue
Block a user