Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp64 using DurationType = duration<ClockType::rep, ClockType::period>; typedef
65 using CountAndDurationType = std::pair<size_t, DurationType>;
145 DurationType Duration = E.End - E.Start; in end()