Searched refs:t_start (Results 1 – 2 of 2) sorted by relevance
113 uint32_t t_start; in lv_img_cache_open() local114 t_start = lv_tick_get(); in lv_img_cache_open()130 cached_src->dec_dsc.time_to_open = lv_tick_elaps(t_start); in lv_img_cache_open()
118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable1463 t_misc += (t_stop - t_start); in test_one_file()1464 t_start = t_stop; in test_one_file()1504 t_decode += (t_stop - t_start); in test_one_file()1505 t_start = t_stop; in test_one_file()1510 t_encode += (t_stop - t_start); in test_one_file()1511 t_start = t_stop; in test_one_file()2108 t_misc += (t_stop - t_start); in main()2109 t_start = t_stop; in main()
Completed in 8 milliseconds