MCPcopy Create free account
hub / github.com/F-Stack/f-stack / UTIL_getTime

Function UTIL_getTime

freebsd/contrib/zstd/programs/timefn.c:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <stdio.h> /* perror */
25
26UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(&x); return x; }
27
28PTime UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd)
29{

Callers 7

BMK_benchMemFunction · 0.85
BMK_benchFunctionFunction · 0.85
BMK_resetTimedFnStateFunction · 0.85
UTIL_clockSpanMicroFunction · 0.85
UTIL_clockSpanNanoFunction · 0.85
UTIL_waitForNextTickFunction · 0.85

Calls 1

abortClass · 0.85

Tested by

no test coverage detected