Home
last modified time | relevance | path

Searched refs:NameAndCountAndDurationType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp46 NameAndCountAndDurationType; typedef
184 std::vector<NameAndCountAndDurationType> SortedTotals; in write()
189 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()
190 const NameAndCountAndDurationType &B) { in write()
196 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()