Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c1596 unsigned int time_unit; in rapl_probe() local
1641 time_unit = msr >> 16 & 0xF; in rapl_probe()
1642 if (time_unit == 0) in rapl_probe()
1643 time_unit = 0xA; in rapl_probe()
1645 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe()