Searched refs:cumulative_count (Results 1 – 13 of 13) sorted by relevance
/external/perfetto/test/trace_processor/profiling/ |
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.out | 1 "id","depth","name","count","cumulative_count","size","cumulative_size","parent_id"
|
D | heap_graph_flamegraph_focused.sql | 6 cumulative_count,
|
D | heap_graph_flamegraph.sql | 7 cumulative_count,
|
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/src/trace_processor/importers/proto/ |
D | heap_profile_tracker.cc | 205 idx, tbl->cumulative_count()[idx] + tbl->count()[idx]); in BuildNativeFlamegraph() 221 tbl->cumulative_count()[parent_idx] + tbl->cumulative_count()[idx]); in BuildNativeFlamegraph()
|
D | heap_graph_tracker_unittest.cc | 180 auto cumulative_counts = flame->cumulative_count().ToVectorForTesting(); in TEST()
|
D | heap_graph_tracker.cc | 852 alloc_row.cumulative_count = 1; in BuildFlamegraph() 900 alloc_row.cumulative_count = in BuildFlamegraph()
|
/external/perfetto/src/trace_processor/tables/ |
D | profiler_tables.h | 278 C(int64_t, cumulative_count) \
|
/external/perfetto/src/trace_processor/dynamic/ |
D | experimental_flamegraph_generator.cc | 205 alloc_row.cumulative_count = cumulative.count; in FocusTable()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 92 int64_t cumulative_count; member
|