donate-cpu-server.py: Add explanation how to read timing list (#2315)

* Add explanation how to read timing list

* fixed HTML
This commit is contained in:
Armin Müller 2019-11-03 08:27:05 +01:00 committed by Daniel Marjamäki
parent 908cd39572
commit c95b5d0a3c
1 changed files with 2 additions and 0 deletions

View File

@ -620,6 +620,8 @@ def timeReport(resultPath: str) -> str:
'{:.2f}'.format(time_factor).rjust(column_widths[3]) + '\n'
break
html += '\n'
html += '(listed above are all suspicious timings with a factor <0.50 or >2.00)\n'
html += '\n'
if total_time_base > 0.0:
total_time_factor = total_time_head / total_time_base