Home
last modified time | relevance | path

Searched refs:tdp (Results 1 – 1 of 1) sorted by relevance

/tools/power/x86/turbostat/
Dturbostat.c1597 double tdp; in rapl_probe() local
1647 tdp = get_tdp(model); in rapl_probe()
1649 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe()
1651 …ntf(stderr, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe()