Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h61 using DurationType = std::chrono::duration<typename ClockType::rep, variable
69 SimpleMovingAverage<DurationType> ElapsedTotal;
106 void step(DurationType Elapsed) { in step()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp62 using DurationType = duration<ClockType::rep, ClockType::period>; typedef
63 using CountAndDurationType = std::pair<size_t, DurationType>;
123 DurationType Duration = E.End - E.Start; in end()