Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h161 double cumulative_owned_coefficient() const { in cumulative_owned_coefficient() function
164 void set_cumulative_owned_coefficient(double cumulative_owned_coefficient) { in set_cumulative_owned_coefficient() argument
165 cumulative_owned_coefficient_ = cumulative_owned_coefficient; in set_cumulative_owned_coefficient()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc751 double cumulative_owned_coefficient = node->owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient() local
753 cumulative_owned_coefficient *= in CalculateNodeCumulativeOwnershipCoefficient()
754 node->parent()->cumulative_owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient()
756 node->set_cumulative_owned_coefficient(cumulative_owned_coefficient); in CalculateNodeCumulativeOwnershipCoefficient()
785 node->cumulative_owned_coefficient()); in CalculateNodeEffectiveSize()
Dgraph_processor_unittest.cc638 ASSERT_DOUBLE_EQ(c1_c1->cumulative_owned_coefficient(), 0.456 * 0.321); in TEST_F()
642 ASSERT_DOUBLE_EQ(c1_c2->cumulative_owned_coefficient(), 0.456 * 0.246); in TEST_F()