Searched refs:CLOCKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance
39 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC)); in clock()
60 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files()
63 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files()
38 #define CLOCKS_PER_SEC 1000000 macro
67 MACRO(CLOCKS_PER_SEC); in time_h()
149 printf("\n%2.5lf seconds\n", (double)duration/CLOCKS_PER_SEC); in encode()
251 printf( "\n%2.5f seconds\n", (double)duration/CLOCKS_PER_SEC); in encode()
860 ASSERT_LT(t1 - t0, N * mean_limit_ms * (CLOCKS_PER_SEC / 1000)); in TEST()