Searched refs:tv1 (Results 1 – 1 of 1) sorted by relevance
27 struct timeval tv1; in main() local33 gettimeofday(&tv1, NULL); in main()37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main()