Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1417 t_stop = (float)clock(); in test_one_file()
1418 t_misc += (t_stop - t_start); in test_one_file()
1419 t_start = t_stop; in test_one_file()
1458 t_stop = (float)clock(); in test_one_file()
1459 t_decode += (t_stop - t_start); in test_one_file()
1460 t_start = t_stop; in test_one_file()
1464 t_stop = (float)clock(); in test_one_file()
1465 t_encode += (t_stop - t_start); in test_one_file()
1466 t_start = t_stop; in test_one_file()
[all …]