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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1329 t_stop = (float)clock();
1330 t_misc += (t_stop - t_start);
1331 t_start = t_stop;
1351 t_stop = (float)clock();
1352 t_decode += (t_stop - t_start);
1353 t_start = t_stop;
1357 t_stop = (float)clock();
1358 t_encode += (t_stop - t_start);
1359 t_start = t_stop;
[all...]

Completed in 32 milliseconds