Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()