Lines Matching refs:timestr
679 + 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()
704 + timestr(reduce_check_end-table_end, total_time)); in show_times()
707 + timestr(emit_end-build_end, total_time)); in show_times()
710 + timestr(emit.symbols_time, total_time)); in show_times()
713 + timestr(emit.parser_time, total_time)); in show_times()
716 + timestr(emit.action_code_time, total_time)); in show_times()
719 + timestr(emit.production_table_time, total_time)); in show_times()
722 + timestr(emit.action_table_time, total_time)); in show_times()
725 + timestr(emit.goto_table_time, total_time)); in show_times()
728 + timestr(dump_end-emit_end, total_time)); in show_times()
740 protected static String timestr(long time_val, long total_time) in timestr() method in Main