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:
parent
908cd39572
commit
c95b5d0a3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue