Searched refs:cumulative_size (Results 1 – 15 of 15) sorted by relevance
/external/perfetto/test/trace_processor/profiling/ |
D | heap_graph_flamegraph_focused.out | 1 "id","depth","name","count","cumulative_count","size","cumulative_size","parent_id"
|
D | heap_graph_duplicate_flamegraph.out | 1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
|
D | heap_graph_flamegraph_focused.sql | 8 cumulative_size,
|
D | heap_graph_flamegraph.sql | 9 cumulative_size,
|
D | heap_graph_flamegraph.out | 1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
|
D | heap_graph_flamegraph_system-server-heap-graph.out | 1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
|
D | heap_profile_flamegraph_system-server-native-profile.out | 1 "id","type","depth","name","map_name","count","cumulative_count","size","cumulative_size","alloc_co…
|
/external/perfetto/docs/data-sources/ |
D | java-heap-profiler.md | 69 select name, cumulative_size 74 | name | cumulative_size |
|
D | native-heap-profiler.md | 564 select name, map_name, cumulative_size 566 order by abs(cumulative_size) desc; 569 | name | map_name | cumulative_size |
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker.cc | 203 idx, tbl->cumulative_size()[idx] + tbl->size()[idx]); in BuildNativeFlamegraph() 218 tbl->cumulative_size()[parent_idx] + tbl->cumulative_size()[idx]); in BuildNativeFlamegraph()
|
D | heap_graph_tracker_unittest.cc | 177 auto cumulative_sizes = flame->cumulative_size().ToVectorForTesting(); in TEST()
|
D | heap_graph_tracker.cc | 854 alloc_row.cumulative_size = 1; in BuildFlamegraph() 903 alloc_row.cumulative_size = in BuildFlamegraph()
|
/external/perfetto/src/trace_processor/tables/ |
D | profiler_tables.h | 280 C(int64_t, cumulative_size) \
|
/external/perfetto/src/trace_processor/dynamic/ |
D | experimental_flamegraph_generator.cc | 206 alloc_row.cumulative_size = cumulative.size; in FocusTable()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 94 int64_t cumulative_size; member 912 Field(&FlamegraphNode::cumulative_size, Eq(15)), in TEST_P() 970 Field(&FlamegraphNode::cumulative_size, Eq(15)), in TEST_P() 1017 Field(&FlamegraphNode::cumulative_size, Eq(15)), in TEST_P()
|