Searched refs:cumulative_alloc_size (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/test/trace_processor/profiling/ |
D | heap_profile_flamegraph_system-server-native-profile.out | 1 …lative_size","alloc_count","cumulative_alloc_count","alloc_size","cumulative_alloc_size","parent_i…
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker.cc | 208 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/ |
D | profiler_tables.h | 284 C(int64_t, cumulative_alloc_size) \
|
/external/perfetto/src/trace_processor/dynamic/ |
D | experimental_flamegraph_generator.cc | 208 alloc_row.cumulative_alloc_size = cumulative.alloc_size; in FocusTable()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 98 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()
|