Home
last modified time | relevance | path

Searched defs:cumulative_owned_coefficient (Results 1 – 2 of 2) 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()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc751 double cumulative_owned_coefficient = node->owned_coefficient(); in CalculateNodeCumulativeOwnershipCoefficient() local