Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp66 using NameAndCountAndDurationType = typedef
258 std::vector<NameAndCountAndDurationType> SortedTotals; in write()
263 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()
264 const NameAndCountAndDurationType &B) { in write()
270 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()