Home | History | Annotate | Download | only in ssl

Lines Matching full:clock

947 		 * by the clock function should be divided by the value
1068 clock_t c_clock = clock();
1139 * (depending on machine speed and clock tick intervals),
1143 * one clock tick, it will be counted only for the client
1146 *c_time += (clock() - c_clock);
1154 clock_t s_clock = clock();
1221 *s_time += (clock() - s_clock);