Searched refs:TIMELOOP_MICROSEC (Results 1 – 4 of 4) sorted by relevance
27 #define TIMELOOP_MICROSEC SEC_TO_MICRO /* 1 second */ macro
51 #define TIMELOOP_MICROSEC (1*1000000ULL) /* 1 second */ macro53 #define ACTIVEPERIOD_MICROSEC (70*TIMELOOP_MICROSEC) /* 70 seconds */
58 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */ macro203 U64 const maxTime = (g_nbIterations * TIMELOOP_MICROSEC) + 100; in BMK_benchMem()216 U64 clockLoop = g_nbIterations ? TIMELOOP_MICROSEC : 1; in BMK_benchMem()
72 #define TIMELOOP_MICROSEC 1*1000000ULL /* 1 second */ macro