Home
last modified time | relevance | path

Searched defs:processMemory (Results 1 - 2 of 2) sorted by relevance

/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()); BenchmarkUnwindStackLocalFramesCache() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp245 static void SetValueOfProcessMemory(ProcessMemory& processMemory, const std::string& attrName, int32_t value) in SetValueOfProcessMemory() argument
436 CollectResult<std::vector<ProcessMemory>> processMemory = this->CollectAllProcessMemory(); in ExportAllProcessMemory() local

Completed in 3 milliseconds