Home | History | Annotate | Download | only in libpng

Lines Matching full:t_stop

84 static float t_start, t_stop, t_decode, t_encode, t_misc;
1223 t_stop = (float)clock();
1224 t_misc += (t_stop - t_start);
1225 t_start = t_stop;
1243 t_stop = (float)clock();
1244 t_decode += (t_stop - t_start);
1245 t_start = t_stop;
1249 t_stop = (float)clock();
1250 t_encode += (t_stop - t_start);
1251 t_start = t_stop;
1684 t_stop = (float)clock();
1685 t_misc += (t_stop - t_start);
1686 t_start = t_stop;