Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h167 double cumulative_owning_coefficient() const { in cumulative_owning_coefficient() function
171 double cumulative_owning_coefficient) { in set_cumulative_owning_coefficient() argument
172 cumulative_owning_coefficient_ = cumulative_owning_coefficient; in set_cumulative_owning_coefficient()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc761 node->owns_edge()->target()->cumulative_owning_coefficient()); in CalculateNodeCumulativeOwnershipCoefficient()
764 node->parent()->cumulative_owning_coefficient()); in CalculateNodeCumulativeOwnershipCoefficient()
784 static_cast<double>(*size_opt) * node->cumulative_owning_coefficient() * in CalculateNodeEffectiveSize()
Dgraph_processor_unittest.cc639 ASSERT_DOUBLE_EQ(c1_c1->cumulative_owning_coefficient(), 0.123); in TEST_F()
643 ASSERT_DOUBLE_EQ(c1_c2->cumulative_owning_coefficient(), 0.135 * 0.789); in TEST_F()