Searched defs:clock_end (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/plugins/fts-squat/ | ||
H A D | squat-test.c | 52 clock_t clock_start, clock_end; local 140 clock_end = clock(); 143 cputime = (double)(clock_end - clock_start) / CLOCKS_PER_SEC; |
Completed in 161 milliseconds