Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/profiling/
Dheap_profile_flamegraph_system-server-native-profile.out1 …lative_size","alloc_count","cumulative_alloc_count","alloc_size","cumulative_alloc_size","parent_i…
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc208 idx, tbl->cumulative_alloc_size()[idx] + tbl->alloc_size()[idx]); in BuildNativeFlamegraph()
224 parent_idx, tbl->cumulative_alloc_size()[parent_idx] + in BuildNativeFlamegraph()
225 tbl->cumulative_alloc_size()[idx]); in BuildNativeFlamegraph()
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h284 C(int64_t, cumulative_alloc_size) \
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc208 alloc_row.cumulative_alloc_size = cumulative.alloc_size; in FocusTable()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc98 int64_t cumulative_alloc_size; member
913 Field(&FlamegraphNode::cumulative_alloc_size, Eq(40))))); in TEST_P()
971 Field(&FlamegraphNode::cumulative_alloc_size, Eq(40))))); in TEST_P()
1018 Field(&FlamegraphNode::cumulative_alloc_size, Eq(40))))); in TEST_P()