Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c113 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1374 t_stop = (float)clock(); in test_one_file()
1375 t_misc += (t_stop - t_start); in test_one_file()
1376 t_start = t_stop; in test_one_file()
1396 t_stop = (float)clock(); in test_one_file()
1397 t_decode += (t_stop - t_start); in test_one_file()
1398 t_start = t_stop; in test_one_file()
1402 t_stop = (float)clock(); in test_one_file()
1403 t_encode += (t_stop - t_start); in test_one_file()
1404 t_start = t_stop; in test_one_file()
[all …]