Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dutil.h184 …UTIL_STATIC UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(&x); return x;… in UTIL_getTime() function
212 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return mach_absolute_time(); } in UTIL_getTime() function
238 UTIL_STATIC UTIL_time_t UTIL_getTime(void) in UTIL_getTime() function
277 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return clock(); } in UTIL_getTime() function
286 UTIL_time_t const clockEnd = UTIL_getTime(); in UTIL_clockSpanMicro()
293 UTIL_time_t const clockEnd = UTIL_getTime(); in UTIL_clockSpanNano()
299 UTIL_time_t const clockStart = UTIL_getTime(); in UTIL_waitForNextTick()
302 clockEnd = UTIL_getTime(); in UTIL_waitForNextTick()
Dbench.c383 coolTime = UTIL_getTime(); in BMK_benchMem()
390 coolTime = UTIL_getTime(); in BMK_benchMem()
401 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()
446 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()
Dlz4io.c776 UTIL_time_t const timeStart = UTIL_getTime(); in LZ4IO_compressFilename()