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

Function current_timestamp

dpdk/app/test/test_pcapng.c:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276static uint64_t
277current_timestamp(void)
278{
279 struct timespec ts;
280
281 clock_gettime(CLOCK_REALTIME, &ts);
282 return rte_timespec_to_ns(&ts);
283}
284
285/*
286 * Open the resulting pcapng file with libpcap

Callers 3

valid_pcapng_fileFunction · 0.85
test_add_interfaceFunction · 0.85
test_write_packetsFunction · 0.85

Calls 1

rte_timespec_to_nsFunction · 0.85

Tested by

no test coverage detected