Expand description
Render HTML report from timing tracking data.
Structsยง
- Render
Context - Section
Data ๐ - Postprocessed section data that has both start and an end.
Enumsยง
- Aggregated
Sections ๐ - 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.jsto 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.