Searched refs:UTIL_time_t (Results 1 – 3 of 3) sorted by relevance
146 typedef LARGE_INTEGER UTIL_time_t; typedef147 …UTIL_STATIC UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(&x); return x;… in UTIL_getTime()148 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeMicro()159 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano()174 typedef U64 UTIL_time_t; typedef175 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return mach_absolute_time(); } in UTIL_getTime()176 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeMicro()186 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano()200 typedef struct timespec UTIL_time_t; typedef201 UTIL_STATIC UTIL_time_t UTIL_getTime(void) in UTIL_getTime()[all …]
225 UTIL_time_t coolTime; in BMK_benchMem()255 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()296 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()
655 UTIL_time_t const timeStart = UTIL_getTime(); in LZ4IO_compressFilename()