Module report

Module report 

Source
Expand description

Render HTML report from timing tracking data.

Structsยง

RenderContext
SectionData ๐Ÿ”’
Postprocessed section data that has both start and an end.

Enumsยง

AggregatedSections ๐Ÿ”’
Contains post-processed data of individual compilation sections.

Constantsยง

CODEGEN_SECTION_NAME ๐Ÿ”’
FRONTEND_SECTION_NAME ๐Ÿ”’

Staticsยง

HTML_CANVAS ๐Ÿ”’
HTML_TMPL ๐Ÿ”’

Functionsยง

aggregate_sections ๐Ÿ”’
Aggregates section timing information from individual compilation sections.
to_unit_data ๐Ÿ”’
write_html ๐Ÿ”’
Writes an HTML report.
write_js_data ๐Ÿ”’
Write timing data in JavaScript. Primarily for timings.js to put data in a <script> HTML element to draw graphs.
write_summary_table ๐Ÿ”’
Render the summary table.
write_unit_table ๐Ÿ”’
Render the table of all units.