Home
last modified time | relevance | path

Searched refs:time_begin (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/numeric/odeint/performance/
Dfortran_lorenz.f9012 integer :: time_begin variable
20 call system_clock(time_begin, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c575 int64_t time_begin = 0; in gallivm_compile_module() local
605 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() local
714 time_begin = os_time_get(); in gallivm_jit_function()
722 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()