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

Function test_misc

dpdk/app/test/test_common.c:119–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static int
120test_misc(void)
121{
122 char memdump[] = "memdump_test";
123
124 rte_memdump(stdout, "test", memdump, sizeof(memdump));
125 rte_hexdump(stdout, "test", memdump, sizeof(memdump));
126
127 rte_pause();
128
129 return 0;
130}
131
132static int
133test_align(void)

Callers 1

test_commonFunction · 0.70

Calls 3

rte_memdumpFunction · 0.85
rte_hexdumpFunction · 0.85
rte_pauseFunction · 0.50

Tested by

no test coverage detected