Home
last modified time | relevance | path

Searched defs:collectResult (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp77 auto collectResult = threadCpu_.CollectThreadStatInfos(); in GetAppThreadCpuUsage() local
131 auto collectResult = collector->GetSysCpuUsage(); in GetSystemCpuUsage() local
149 auto collectResult = collector->CollectMemoryLimit(); in GetAppMemoryLimit() local
170 auto collectResult = collector->CollectProcessMemory(pid); in GetAppNativeMemInfo() local
202 auto collectResult = collector->CollectSysMemory(); in GetSystemMemInfo() local
269 auto collectResult = collector->GetGraphicUsage(); in GetGraphicsMemory() local
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_ndk.cpp91 auto collectResult = nativeInterface->GetAppMemoryLimit(); in OH_HiDebug_GetAppMemoryLimit() local
/developtools/profiler/host/smartperf/client/client_command/
DCPU.cpp154 auto collectResult = collector->CollectProcessCpuStatInfo(procId, true); in GetSysProcessCpuLoad() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp438 auto collectResult = collector->CollectProcessMemory(pid); in GetPss() local
453 auto collectResult = collector->CollectProcessMemory(pid); in GetSharedDirty() local
468 auto collectResult = collector->CollectProcessMemory(pid); in GetPrivateDirty() local
544 auto collectResult = collector->CollectProcessVss(pid); in GetVss() local