From 9aab438d731a2649fe4dd881a68048cc52481df4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 28 Aug 2020 23:13:11 +0100 Subject: [PATCH] Start time --- webinterface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webinterface.py b/webinterface.py index bcf10ad7..cf987ffd 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5216,7 +5216,7 @@ def htmlTimeline(defaultTimeline: str, # benchmark cache post timeDiff = \ int((time.time() - - timelinePostStartTime) * 1000) + timelineStartTime) * 1000) if timeDiff > 100: print('TIMELINE POST CACHE TIMING ' + boxName + ' = ' + str(timeDiff)) @@ -5225,7 +5225,7 @@ def htmlTimeline(defaultTimeline: str, # benchmark cache post timeDiff = \ int((time.time() - - timelinePostStartTime) * 1000) + timelineStartTime) * 1000) if timeDiff > 100: print('TIMELINE POST DISK TIMING START ' + boxName + ' = ' + str(timeDiff)) @@ -5249,7 +5249,7 @@ def htmlTimeline(defaultTimeline: str, # benchmark cache post timeDiff = \ int((time.time() - - timelinePostStartTime) * 1000) + timelineStartTime) * 1000) if timeDiff > 100: print('TIMELINE POST DISK TIMING ' + boxName + ' = ' + str(timeDiff))