Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h48 uint32_t curFreq = 0; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp131 .curFreq = GetIntegerFromFile(cpuCurFreqPath), in GetCpuFrequency()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp139 … std::cout << "cpu" << cpuFreqs[i].cpuId << ", curFreq=" << cpuFreqs[i].curFreq << ", minFreq="
142 ASSERT_GT(cpuFreqs[i].curFreq, 0);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp292 … "\ncpu" + std::to_string(cpuFreqs[i].cpuId) + ", cpuFreq=" + std::to_string(cpuFreqs[i].curFreq) + in GetCpuCoreFreqInfo()