Lines Matching full:html

21 #	 their linux stack's boot time. It creates an html representation of
56 htmlfile = 'bootgraph.html'
514 # Create the output html file from the resident test data
518 # True if the html file was created, false if it failed
520 # html function templates
542 devtl.html += html_timetotal.format(user_mode, last_init)
556 devtl.html += devtl.html_tblock.format('boot', '0', '100', devtl.scaleH)
562 devtl.html += devtl.html_phase.format(left, width, \
583 devtl.html += devtl.html_device.format(dev['id'],
599 devtl.html += html_srccall.format(l.name, left,
611 devtl.html += html_srccall.format(cg.name, left,
617 devtl.html += '</div>\n'
620 devtl.html += '</div>\n</div>\n'
623 devtl.html += '<div class="legend">\n'
628 devtl.html += devtl.html_legend.format(order, \
630 devtl.html += '</div>\n'
655 hf.write(devtl.html)
657 # add boot specific html
669 html = \
675 html += devtl.html_phaselet.format(p+'_mode', '0', '100', phase['color'])
676 html += '</div>\n</div>\n'\
679 hf.write(html)
681 # add the callgraph html
698 hf.write('</body>\n</html>\n')
844 ' creates an html representation of the boot timeline up to\n'\
851 ' HTML output: <hostname>_boot.html\n'\
859 ' -addlogs Add the dmesg log to the html output\n'\
869 ' -expandcg pre-expand the callgraph data in the html output (default: disabled)\n'\
882 ' -dmesg file Create HTML output using dmesg input (used with -ftrace)\n'\
883 ' -ftrace file Create HTML output using ftrace input (used with -dmesg)\n'\
1089 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)