Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dgetruntime.c64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1 macro
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC; in get_run_time()
Dclock.c61 #ifdef CLOCKS_PER_SEC
62 #define GNU_HZ CLOCKS_PER_SEC
Dfunctions.texi163 @code{clock_t}; divide this number by @samp{CLOCKS_PER_SEC} to get the
DChangeLog6343 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
8076 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is