MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / gettime

Function gettime

libavcodec/dct-test.c:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145uint8_t cropTbl[256 + 2 * MAX_NEG_CROP];
146
147static int64_t gettime(void)
148{
149 struct timeval tv;
150 gettimeofday(&tv,NULL);
151 return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
152}
153
154#define NB_ITS 20000
155#define NB_ITS_SPEED 50000

Callers 2

dct_errorFunction · 0.70
idct248_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected