Home
last modified time | relevance | path

Searched defs:FlamegraphNode (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc87 struct FlamegraphNode { struct
88 int64_t id;
89 std::string name;
90 std::string map_name;
91 int64_t count;
92 int64_t cumulative_count;
93 int64_t size;
94 int64_t cumulative_size;
95 int64_t alloc_count;
96 int64_t cumulative_alloc_count;
[all …]