Home
last modified time | relevance | path

Searched refs:GetCpuUsage (Results 1 - 9 of 9) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h45 virtual double GetCpuUsage() = 0;
/developtools/profiler/host/smartperf/client/client_command/include/
H A DCPU.h46 std::vector<CpuUsageInfos> GetCpuUsage();
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp45 double GetCpuUsage() override;
66 double HidebugNativeInterfaceImpl::GetCpuUsage() in GetCpuUsage() function in OHOS::HiviewDFX::HidebugNativeInterfaceImpl
70 float tmpCpuUsage = dumpUsage->GetCpuUsage(pid); in GetCpuUsage()
/developtools/profiler/host/smartperf/client/client_command/
H A DCPU.cpp46 std::vector<CpuUsageInfos> workLoads = GetCpuUsage(); in ItemData()
116 std::vector<CpuUsageInfos> CPU::GetCpuUsage() in GetCpuUsage() function in OHOS::SmartPerf::CPU
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp28 double cpuUsage = OHOS::HiviewDFX::HidebugNativeInterface::CreateInstance()->GetCpuUsage(); in OH_HiDebug_GetAppCpuUsage()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp159 return dumpUsage->GetCpuUsage(pid); in FfiHidebugGetCpuUsage()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsp_daemon_test.cpp61 std::vector<CpuUsageInfos> getCpuUsage = cpu.GetCpuUsage(); in HWTEST_F()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H A Dcpu_data_plugin_unittest.cpp231 void GetCpuUsage(TestCpuUsage& cpuUsage, int64_t Hz) in GetCpuUsage() function
294 GetCpuUsage(cpuUsage, Hz); in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp495 napi_value GetCpuUsage(napi_env env, napi_callback_info info) in GetCpuUsage() function
501 double cpuUsage = dumpUsage->GetCpuUsage(pid); in GetCpuUsage()
1133 DECLARE_NAPI_FUNCTION("getCpuUsage", GetCpuUsage), in DeclareHiDebugInterface()

Completed in 8 milliseconds