Home | History | Annotate | Download | only in mlutils

Lines Matching full:inv_get_tick_count

218     unsigned long start = inv_get_tick_count();
219 while (inv_get_tick_count()-start < t / 1000);
1116 unsigned long testStart = inv_get_tick_count();
1154 MPL_LOGI("Test time : %ld ms\n", inv_get_tick_count() - testStart);