Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc628 base::Optional<uint64_t> size_opt = GetSizeEntryOfNode(node); in CalculateNodeSubSizes() local
629 if (!size_opt) in CalculateNodeSubSizes()
634 node->add_not_owning_sub_size(*size_opt); in CalculateNodeSubSizes()
635 node->add_not_owned_sub_size(*size_opt); in CalculateNodeSubSizes()
672 base::Optional<uint64_t> size_opt = GetSizeEntryOfNode(node); in CalculateNodeOwnershipCoefficient() local
673 if (!size_opt) in CalculateNodeOwnershipCoefficient()
747 base::Optional<uint64_t> size_opt = GetSizeEntryOfNode(node); in CalculateNodeCumulativeOwnershipCoefficient() local
748 if (!size_opt) in CalculateNodeCumulativeOwnershipCoefficient()
774 base::Optional<uint64_t> size_opt = GetSizeEntryOfNode(node); in CalculateNodeEffectiveSize() local
775 if (!size_opt) { in CalculateNodeEffectiveSize()
[all …]