Lines Matching full:compilation
115 logging.info("--full compilation result:")
130 logging.info("--incremental compilation result:")
145 logging.info("--bytecode har compilation result:")
160 logging.info("--external compilation result:")
343 '[Full Compilation]\n[Debug]\n[Compilation Time(s)]'] = debug_test_time
345 '[Full Compilation]\n[Release]\n[Compilation Time(s)]'] = release_test_time
364 '[Incremental Compilation]\n[Debug]\n[Compilation Time(s)]'] = debug_test_time
366 '[Incremental Compilation]\n[Release]\n[Compilation Time(s)]'] = release_test_time
382 '[Bytecode Har Compilation]\n[Debug]\n[Compilation Time(s)]'] = debug_test_time
384 '[Bytecode Har Compilation]\n[Release]\n[Compilation Time(s)]'] = release_test_time
400 '[External Compilation]\n[Debug]\n[Compilation Time(s)]'] = debug_test_time
402 '[External Compilation]\n[Release]\n[Compilation Time(s)]'] = release_test_time
463 # Full Compilation section
464 …full_compile_section, start_index = generate_content_section("Full Compilation", full_compile_test…
468 # Incremental Compilation section
469 incremental_compile_section, start_index = generate_content_section("Incremental Compilation",
474 # Bytecode Har Compilation section
475 bytecode_har_compile_section, start_index = generate_content_section("Bytecode Har Compilation",
480 # External Compilation section
481 external_compile_section, start_index = generate_content_section("External Compilation",
486 content += f'<tr><th colspan=2 rowspan={len(preview_compile_tests)}>Preview Compilation</th>'
516 time_size_table_header += '<th colspan="2">Full Compilation Time(s)</th>' + \
517 f'<th colspan="2">Incremental Compilation Time(s)</th>' + \
518 f'<th colspan="2">Bytecode Har Compilation Time(s)</th>' + \
519 f'<th colspan="2">External Compilation Time(s)</th>' + \
604 <h4>Compilation Time And Abc Size</h4>
608 1. Incremental compilation time refers to add-one line incremental compile.<br>