Searched refs:SortedTotals (Results 1 – 1 of 1) sorted by relevance
302 std::vector<NameAndCountAndDurationType> SortedTotals; in write() local303 SortedTotals.reserve(AllCountAndTotalPerName.size()); in write()305 SortedTotals.emplace_back(std::string(Total.getKey()), Total.getValue()); in write()307 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()314 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()