Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dsysinfo.cc407 std::string governor_file = StrCat("/sys/devices/system/cpu/cpu", cpu, in CpuScalingEnabled() local
409 FILE* file = fopen(governor_file.c_str(), "r"); in CpuScalingEnabled()