Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp126 … std::shared_ptr<UCollectClient::CpuCollector> collector = UCollectClient::CpuCollector::Create(); in GetSystemCpuUsage() local
144 auto collector = UCollectUtil::MemoryCollector::Create(); in GetAppMemoryLimit() local
164 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetAppNativeMemInfo() local
197 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetSystemMemInfo() local
264 auto collector = UCollectClient::MemoryCollector::Create(); in GetGraphicsMemory() local
/developtools/profiler/host/smartperf/client/client_command/
DGPU.cpp52 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuFreq() local
60 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuLoad() local
DCPU.cpp104 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuFreq() local
121 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuUsage() local
154 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetSysProcessCpuLoad() local
DRAM.cpp139 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in GetSysRamInfo() local
Dsp_utils.cpp629 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuNum() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp435 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetPss() local
450 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetSharedDirty() local
465 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetPrivateDirty() local
541 …std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetVss() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp1267 std::shared_ptr<GraphicMemoryCollector> collector = GraphicMemoryCollector::Create(); in GetGraphicsMemory() local