Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c559 int64_t time_begin = 0; in gallivm_compile_module() local
569 time_begin = os_time_get(); in gallivm_compile_module()
595 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_compile_module()
682 int64_t time_begin = 0; in gallivm_jit_function() local
688 time_begin = os_time_get(); in gallivm_jit_function()
696 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()