Searched refs:CLOCKS_TO_MSEC (Results 1 – 3 of 3) sorted by relevance
110 #define CLOCKS_TO_MSEC (1 / (double)CLOCKS_PER_SEC) macro252 clocks_to_msec = CLOCKS_TO_MSEC; in timevar_init()
109 #define CLOCKS_TO_MSEC (1 / (float)CLOCKS_PER_SEC) macro246 clocks_to_msec = CLOCKS_TO_MSEC; in init_timevar()
13448 (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.