Searched defs:CLOCKS_PER_SEC (Results 1 – 5 of 5) sorted by relevance
10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
17 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
34 #define CLOCKS_PER_SEC ((__clock_t) 1000000) macro