Home
last modified time | relevance | path

Searched refs:tv_stop (Results 1 – 1 of 1) sorted by relevance

/external/libusb/examples/
Dsam3u_benchmark.c157 struct timeval tv_stop; in measure() local
160 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()