Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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; in end()