Searched refs:CalculateNodeOwnershipCoefficient (Results 1 – 3 of 3) sorted by relevance
177 static void CalculateNodeOwnershipCoefficient(GlobalNodeGraph::Node* node);
89 void CalculateNodeOwnershipCoefficient(Node* node) { in CalculateNodeOwnershipCoefficient() function in perfetto::trace_processor::GraphProcessorTest90 GraphProcessor::CalculateNodeOwnershipCoefficient(node); in CalculateNodeOwnershipCoefficient()575 TEST_F(GraphProcessorTest, CalculateNodeOwnershipCoefficient) { in TEST_F() argument600 CalculateNodeOwnershipCoefficient(owned); in TEST_F()
164 CalculateNodeOwnershipCoefficient(node); in CalculateSizesForGraph()670 void GraphProcessor::CalculateNodeOwnershipCoefficient(Node* node) { in CalculateNodeOwnershipCoefficient() function in perfetto::trace_processor::GraphProcessor