Searched defs:time_begin (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c575 int64_t time_begin = 0; local
585 time_begin = os_time_get();
611 int time_msec = (int)(time_end - time_begin) / 1000;
680 int64_t time_begin = 0; local
686 time_begin = os_time_get();
694 int time_msec = (int)(time_end - time_begin) / 1000;

Completed in 77 milliseconds