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