Home
last modified time | relevance | path

Searched defs:processMemory (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_local_benchmark.cpp39 std::shared_ptr<unwindstack::Memory>& processMemory; member
109 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid()); in BenchmarkUnwindStackLocal() local
127 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BenchmarkUnwindStackLocalCache() local
145 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid()); in BenchmarkUnwindStackLocalFrames() local
163 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BenchmarkUnwindStackLocalFramesCache() local
H A Dunwind_remote_benchmark.cpp140 std::shared_ptr<unwindstack::Memory> processMemory; in Run() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp245 static void SetValueOfProcessMemory(ProcessMemory& processMemory, const std::string& attrName, int3… in SetValueOfProcessMemory()
436 CollectResult<std::vector<ProcessMemory>> processMemory = this->CollectAllProcessMemory(); in ExportAllProcessMemory() local