Home
last modified time | relevance | path

Searched refs:pid_to_shared_footprint (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc245 std::map<base::PlatformProcessId, uint64_t> pid_to_shared_footprint; in ComputeSharedFootprintFromGraph() local
257 pid_to_shared_footprint[pid] += size_per_process; in ComputeSharedFootprintFromGraph()
261 return pid_to_shared_footprint; in ComputeSharedFootprintFromGraph()