Searched refs:total_time (Results 1 – 1 of 1) sorted by relevance
674 long total_time = final_time - start_time; in show_times() local679 + timestr(final_time-start_time, total_time)); in show_times()681 + timestr(prelim_end-start_time, total_time)); in show_times()683 + timestr(parse_end-prelim_end, total_time) ); in show_times()686 + timestr(check_end-parse_end, total_time)); in show_times()689 + timestr(build_end-check_end, total_time)); in show_times()692 + timestr(nullability_end-check_end, total_time)); in show_times()695 + timestr(first_end-nullability_end, total_time)); in show_times()698 + timestr(machine_end-first_end, total_time)); in show_times()701 + timestr(table_end-machine_end, total_time)); in show_times()[all …]