Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph_processor.h50 ComputeSharedFootprintFromGraph(const GlobalNodeGraph& global_graph);
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor_unittest.cc178 auto pid_to_sizes = GraphProcessor::ComputeSharedFootprintFromGraph(graph); in TEST_F()
210 auto pid_to_sizes = GraphProcessor::ComputeSharedFootprintFromGraph(graph); in TEST_F()
Dgraph_processor.cc188 GraphProcessor::ComputeSharedFootprintFromGraph( in ComputeSharedFootprintFromGraph() function in perfetto::trace_processor::GraphProcessor