Searched refs:sorted_children (Results 1 – 1 of 1) sorted by relevance
816 std::map<std::pair<double, std::string>, const Stats&> sorted_children; in DumpStats() local818 sorted_children.emplace(std::make_pair(-it.second.Value(), it.first), it.second); in DumpStats()825 sorted_children.emplace(std::make_pair(-other.Value(), "(other)"), other); in DumpStats()830 for (const auto& it : sorted_children) { in DumpStats()