Lines Matching full:compilation
74 logging.info("--full compilation result:")
87 logging.info("--incremental compilation result:")
232 '[Full Compilation]\n[Debug]\n[Compilation Time(s)]'] = full_compilation_debug.time
234 '[Full Compilation]\n[Release]\n[Compilation Time(s)]'] = full_compilation_release.time
276 '[Incremental Compilation]\n[Debug]\n[Compilation Time(s)]'] = debug_test_time
278 '[Incremental Compilation]\n[Release]\n[Compilation Time(s)]'] = release_test_time
313 content = '<tr><th colspan="2" rowspan="2">Full Compilation</th><th>[Debug]</th>' + \
319 content += f'<tr><th rowspan={len(incremetal_compile_tests) * 2}>Incremental Compilation</th>'
350 time_size_table_header += '<th colspan="2">Full Compilation Time(s)</th>' + \
351 f'<th colspan="2">Incremental Compilation Time(s)</th>' + \
436 <h4>Compilation Time And Abc Size</h4>
440 1. Incremental compilation time refers to add-one line incremental compile.<br>