Home
last modified time | relevance | path

Searched refs:CLOCKS_TO_MSEC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtimevar.c110 #define CLOCKS_TO_MSEC (1 / (double)CLOCKS_PER_SEC) macro
252 clocks_to_msec = CLOCKS_TO_MSEC; in timevar_init()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtimevar.c109 #define CLOCKS_TO_MSEC (1 / (float)CLOCKS_PER_SEC) macro
246 clocks_to_msec = CLOCKS_TO_MSEC; in init_timevar()
DChangeLog.613448 (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.