Home
last modified time | relevance | path

Searched defs:cpuUsageInfo (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/src/
Dtest_main.cpp42 CpuUsageInfo cpuUsageInfo = cpuData.cpu_usage_info(); in Report() local
Dcpu_data_plugin.cpp212 void CpuDataPlugin::WriteProcessCpuUsage(CpuUsageInfo& cpuUsageInfo, const char* pFile, uint32_t fi… in WriteProcessCpuUsage()
347 void CpuDataPlugin::WriteSystemCpuUsage(CpuUsageInfo& cpuUsageInfo, const char* pFile, uint32_t fil… in WriteSystemCpuUsage()
419 auto* cpuUsageInfo = data.mutable_cpu_usage_info(); in WriteCpuUsageInfo() local
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp272 CpuUsageInfo cpuUsageInfo = cpuData.cpu_usage_info(); variable
406 auto* cpuUsageInfo = cpuData.mutable_cpu_usage_info(); variable
442 auto* cpuUsageInfo = cpuData.mutable_cpu_usage_info(); variable
518 auto* cpuUsageInfo = cpuData.mutable_cpu_usage_info(); variable
600 auto* cpuUsageInfo = cpuData.mutable_cpu_usage_info(); variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfTracePanel.java111 private double getCpuScale(CpuPluginResult.CpuUsageInfo cpuUsageInfo) { in getCpuScale()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAppTracePanel.java301 private double getCpuScale(CpuPluginResult.CpuUsageInfo cpuUsageInfo) { in getCpuScale()