Searched defs:t_stop (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c81 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
91 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1084 t_stop = (float)clock();
1085 t_misc += (t_stop - t_start);
1086 t_start = t_stop;
1104 t_stop = (float)clock();
1105 t_decode += (t_stop - t_start);
1106 t_start = t_stop;
1110 t_stop = (float)clock();
1111 t_encode += (t_stop
[all...]

Completed in 780 milliseconds