Searched refs:CLOCKS_PER_SEC (Results 1 – 4 of 4) sorted by relevance
39 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC)); in clock()
67 MACRO(CLOCKS_PER_SEC); in time_h()
38 #define CLOCKS_PER_SEC 1000000 macro
1014 ASSERT_LT(t1 - t0, N * mean_limit_ms * (CLOCKS_PER_SEC / 1000)); in TEST()