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

Function test_latency_update

dpdk/app/test/test_latencystats.c:46–54  ·  view source on GitHub ↗

Test case to update the latency stats */

Source from the content-addressed store, hash-verified

44
45/* Test case to update the latency stats */
46static int test_latency_update(void)
47{
48 int ret = 0;
49
50 ret = rte_latencystats_update();
51 TEST_ASSERT(ret >= 0, "Test Failed: rte_latencystats_update failed");
52
53 return TEST_SUCCESS;
54}
55
56/* Test case to uninit latency stats */
57static int test_latency_uninit(void)

Callers

nothing calls this directly

Calls 1

rte_latencystats_updateFunction · 0.85

Tested by

no test coverage detected