Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h157 double owning_coefficient() const { return owning_coefficient_; } in owning_coefficient() function
158 void set_owning_coefficient(double owning_coefficient) { in set_owning_coefficient() argument
159 owning_coefficient_ = owning_coefficient; in set_owning_coefficient()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor_unittest.cc604 ASSERT_DOUBLE_EQ(owner_1->owning_coefficient(), 3.0 / 6.0); in TEST_F()
605 ASSERT_DOUBLE_EQ(owner_2->owning_coefficient(), 4.0 / 7.0); in TEST_F()
606 ASSERT_DOUBLE_EQ(owner_3->owning_coefficient(), 0.0 / 5.0); in TEST_F()
607 ASSERT_DOUBLE_EQ(owner_4->owning_coefficient(), 1.0 / 8.0); in TEST_F()
Dgraph_processor.cc760 node->owning_coefficient() * in CalculateNodeCumulativeOwnershipCoefficient()