Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp46 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetNativeMemInfo() local
76 auto collector = UCollectClient::MemoryCollector::Create(); in GetGraphicMemoryInfo() local
93 … std::shared_ptr<UCollectClient::CpuCollector> collector = UCollectClient::CpuCollector::Create(); in GetSystemCpuUsageInfo() local
206 auto collector = UCollectUtil::MemoryCollector::Create(); in GetAppMemoryLimit() local
236 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetVss() local
252 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetSystemMemInfo() local
/developtools/profiler/host/smartperf/client/client_command/
DGPU.cpp53 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuFreq() local
60 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuLoad() local
DCPU.cpp124 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuFreq() local
139 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuUsage() local
164 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetSysProcessCpuLoad() local
DThreads.cpp29 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetThreads() local
DRAM.cpp166 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in GetSysRamInfo() local
Dsp_utils.cpp726 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuNum() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DGPU.cpp53 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuFreq() local
60 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuLoad() local
DCPU.cpp124 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuFreq() local
139 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuUsage() local
164 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetSysProcessCpuLoad() local
DThreads.cpp29 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetThreads() local
DRAM.cpp166 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in GetSysRamInfo() local
/developtools/ace_ets2bundle/compiler/src/fast_build/meomry_monitor/
Dmemory_worker.ts286 const collector = new MemoryCollector(filePath, bufferInterval, writeInterval); constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/meomry_monitor/
Dmemory_worker.ts286 const collector = new MemoryCollector(filePath, bufferInterval, writeInterval); constant
/developtools/smartperf_host/smartperf_device/device_command/utils/src/
Dsp_utils.cpp722 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuNum() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp1304 std::shared_ptr<GraphicMemoryCollector> collector = GraphicMemoryCollector::Create(); in GetGraphicsMemory() local