mirror of https://gitlab.com/bashrc2/epicyon
Start time
parent
1ea0d81e00
commit
9aab438d73
|
@ -5216,7 +5216,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
# benchmark cache post
|
# benchmark cache post
|
||||||
timeDiff = \
|
timeDiff = \
|
||||||
int((time.time() -
|
int((time.time() -
|
||||||
timelinePostStartTime) * 1000)
|
timelineStartTime) * 1000)
|
||||||
if timeDiff > 100:
|
if timeDiff > 100:
|
||||||
print('TIMELINE POST CACHE TIMING ' +
|
print('TIMELINE POST CACHE TIMING ' +
|
||||||
boxName + ' = ' + str(timeDiff))
|
boxName + ' = ' + str(timeDiff))
|
||||||
|
@ -5225,7 +5225,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
# benchmark cache post
|
# benchmark cache post
|
||||||
timeDiff = \
|
timeDiff = \
|
||||||
int((time.time() -
|
int((time.time() -
|
||||||
timelinePostStartTime) * 1000)
|
timelineStartTime) * 1000)
|
||||||
if timeDiff > 100:
|
if timeDiff > 100:
|
||||||
print('TIMELINE POST DISK TIMING START ' +
|
print('TIMELINE POST DISK TIMING START ' +
|
||||||
boxName + ' = ' + str(timeDiff))
|
boxName + ' = ' + str(timeDiff))
|
||||||
|
@ -5249,7 +5249,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
# benchmark cache post
|
# benchmark cache post
|
||||||
timeDiff = \
|
timeDiff = \
|
||||||
int((time.time() -
|
int((time.time() -
|
||||||
timelinePostStartTime) * 1000)
|
timelineStartTime) * 1000)
|
||||||
if timeDiff > 100:
|
if timeDiff > 100:
|
||||||
print('TIMELINE POST DISK TIMING ' +
|
print('TIMELINE POST DISK TIMING ' +
|
||||||
boxName + ' = ' + str(timeDiff))
|
boxName + ' = ' + str(timeDiff))
|
||||||
|
|
Loading…
Reference in New Issue