Searched defs:FlamegraphNode (Results 1 – 1 of 1) sorted by relevance
87 struct FlamegraphNode { struct88 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 …]