Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/profiling/
Dheap_graph_duplicate_flamegraph.out1 "id","depth","name","map_name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_graph_flamegraph_focused.out1 "id","depth","name","count","cumulative_count","size","cumulative_size","parent_id"
Dheap_graph_flamegraph_focused.sql6 cumulative_count,
Dheap_graph_flamegraph.sql7 cumulative_count,
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/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc205 idx, tbl->cumulative_count()[idx] + tbl->count()[idx]); in BuildNativeFlamegraph()
221 tbl->cumulative_count()[parent_idx] + tbl->cumulative_count()[idx]); in BuildNativeFlamegraph()
Dheap_graph_tracker_unittest.cc180 auto cumulative_counts = flame->cumulative_count().ToVectorForTesting(); in TEST()
Dheap_graph_tracker.cc852 alloc_row.cumulative_count = 1; in BuildFlamegraph()
900 alloc_row.cumulative_count = in BuildFlamegraph()
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h278 C(int64_t, cumulative_count) \
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc205 alloc_row.cumulative_count = cumulative.count; in FocusTable()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc92 int64_t cumulative_count; member