Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/profiling/
Dheap_graph_flamegraph_focused.out1 "id","depth","name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_graph_duplicate_flamegraph.out1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_graph_flamegraph_focused.sql8 cumulative_size,
Dheap_graph_flamegraph.sql9 cumulative_size,
Dheap_graph_flamegraph.out1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_graph_flamegraph_system-server-heap-graph.out1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_profile_flamegraph_system-server-native-profile.out1 "id","type","depth","name","map_name","count","cumulative_count","size","cumulative_size","alloc_co…
/external/perfetto/docs/data-sources/
Djava-heap-profiler.md69 select name, cumulative_size
74 | name | cumulative_size |
Dnative-heap-profiler.md564 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/
Dheap_profile_tracker.cc203 idx, tbl->cumulative_size()[idx] + tbl->size()[idx]); in BuildNativeFlamegraph()
218 tbl->cumulative_size()[parent_idx] + tbl->cumulative_size()[idx]); in BuildNativeFlamegraph()
Dheap_graph_tracker_unittest.cc177 auto cumulative_sizes = flame->cumulative_size().ToVectorForTesting(); in TEST()
Dheap_graph_tracker.cc854 alloc_row.cumulative_size = 1; in BuildFlamegraph()
903 alloc_row.cumulative_size = in BuildFlamegraph()
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h280 C(int64_t, cumulative_size) \
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc206 alloc_row.cumulative_size = cumulative.size; in FocusTable()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc94 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()