Searched refs:time_begin (Results 1 – 2 of 2) sorted by relevance
12 integer :: time_begin variable20 call system_clock(time_begin, count_rate)23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
575 int64_t time_begin = 0; in gallivm_compile_module() local605 time_begin = os_time_get(); in gallivm_compile_module()632 int time_msec = (int)((time_end - time_begin) / 1000); in gallivm_compile_module()708 int64_t time_begin = 0; in gallivm_jit_function() local714 time_begin = os_time_get(); in gallivm_jit_function()722 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()