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

Function test_power_caps

dpdk/app/test/test_power_cpufreq.c:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static int
26test_power_caps(void)
27{
28 printf("Power management library not supported, skipping test\n");
29 return TEST_SKIPPED;
30}
31
32#else
33#include <rte_power.h>

Callers

nothing calls this directly

Calls 3

rte_power_initFunction · 0.85
rte_power_unset_envFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected