Home | History | Annotate | Download | only in libpng

Lines Matching full:t_start

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