Searched refs:tv_stop (Results 1 – 1 of 1) sorted by relevance
157 struct timeval tv_stop; in measure() local160 get_timestamp(&tv_stop); in measure()162 diff_msec = (tv_stop.tv_sec - tv_start.tv_sec) * 1000L; in measure()163 diff_msec += (tv_stop.tv_usec - tv_start.tv_usec) / 1000L; in measure()