Start time

main
Bob Mottram 2020-08-28 23:13:11 +01:00
parent 1ea0d81e00
commit 9aab438d73
1 changed files with 3 additions and 3 deletions

View File

@ -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))