Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(&x); return x; }
27
28
PTime UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd)
29
{
Callers
7
BMK_benchMem
Function · 0.85
FIO_compressFilename_internal
Function · 0.85
BMK_benchFunction
Function · 0.85
BMK_resetTimedFnState
Function · 0.85
UTIL_clockSpanMicro
Function · 0.85
UTIL_clockSpanNano
Function · 0.85
UTIL_waitForNextTick
Function · 0.85
Calls
1
abort
Class · 0.85
Tested by
no test coverage detected