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