mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-14 13:38:36 -07:00
Added cumulative utilisation to profiler
This commit is contained in:
@@ -479,6 +479,7 @@ class Profiler:
|
||||
print(f"{ind} Mean : {prettyshorttime(mean)}")
|
||||
print(f"{ind} Median : {prettyshorttime(median)}")
|
||||
print(f"{ind} St.dev. : {prettyshorttime(stdev)}")
|
||||
print(f"{ind} Utilised : {prettyshorttime(mean*count)}")
|
||||
print("")
|
||||
|
||||
print("\nProfiler results:\n")
|
||||
|
||||
Reference in New Issue
Block a user