Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h25 double avgLoad5; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp95 sysCpuLoad.avgLoad5 = StringUtil::StringToDouble(loadStrs[1]); // 1: lavg_5 in GetSysCpuLoad()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp50 std::cout << "collect system cpu load, avgLoad5=" << sysCpuLoad.avgLoad5 << std::endl;
53 ASSERT_TRUE(sysCpuLoad.avgLoad5 > 0);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp173 …avgLoadInfo.push_back(std::string(std::to_string(collectResult.data.avgLoad5)).substr(0, AVG_INFO_… in ReadLoadAvgInfo()