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

Function output_env_info

dpdk/app/test-dma-perf/main.c:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static void
71output_env_info(void)
72{
73 snprintf(output_str[0], MAX_OUTPUT_STR_LEN, "Test Environment:\n");
74 snprintf(output_str[1], MAX_OUTPUT_STR_LEN, "CPU frequency,%.3lf Ghz",
75 rte_get_timer_hz() / 1000000000.0);
76
77 output_csv(true);
78}
79
80static void
81output_header(uint32_t case_id, struct test_configure *case_cfg)

Callers 1

mainFunction · 0.85

Calls 2

snprintfFunction · 0.85
output_csvFunction · 0.85

Tested by

no test coverage detected