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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp42 typedef duration<steady_clock::rep, steady_clock::period> DurationType; typedef
44 typedef std::pair<size_t, DurationType> CountAndDurationType;
102 DurationType Duration = E.End - E.Start;

Completed in 106 milliseconds