Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h31 double userUsage = 0; member
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp212 cpuInfo->userUsage = oneCpuInfo.userUsage; in GetSysCPUInfo()
323 … double userSpaceUsage = (curCPUInfo_->userUsage + curCPUInfo_->niceUsage) * HUNDRED_PERCENT_VALUE; in CreateCPUStatString()
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h30 double userUsage; // user space usage member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp79 …retValue += (totalCpuUsageInfo.userUsage + totalCpuUsageInfo.niceUsage + totalCpuUsageInfo.systemU… in GetSysCpuUsage()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dcpu_calculator.cpp155 …calcInfo.userUsage = CalcSysCpuUsage(deltaTime, currCpuTimeInfo.userTime, lastCpuTimeInfo.userTime… in CalculateSysCpuUsageInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp280 ", userUsage=" + std::to_string(sysCpuUsage.cpuInfos[i].userUsage) + "\n"; in GetCpuCoreFreqInfo()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp77 std::cout << cpuInfo.cpuId << ", userUsage=" << cpuInfo.userUsage