mirror of https://gitlab.com/bashrc2/epicyon
merge-requests/30/head
parent
ca9ff83107
commit
8c00a42b0c
|
@ -101,7 +101,7 @@ def htmlWatchPointsGraph(baseDir: str, fitness: {}, fitnessId: str,
|
|||
averageTime = float(watchPoint.split(' ')[0])
|
||||
heightPercent = int(averageTime * 100 / maxAverageTime)
|
||||
print('heightPercent: ' + str(averageTime) +
|
||||
' ' str(heightPercent) + '%')
|
||||
' ' + str(heightPercent) + '%')
|
||||
timeMS = int(averageTime)
|
||||
if timeMS == 0:
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue