Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp64 using NameAndCountAndDurationType = typedef
208 std::vector<NameAndCountAndDurationType> SortedTotals; in write()
213 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()
214 const NameAndCountAndDurationType &B) { in write()
220 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()