Searched refs:DurationType (Results 1 – 2 of 2) sorted by relevance
61 using DurationType = std::chrono::duration<typename ClockType::rep, variable69 SimpleMovingAverage<DurationType> ElapsedTotal;106 void step(DurationType Elapsed) { in step()
62 using DurationType = duration<ClockType::rep, ClockType::period>; typedef63 using CountAndDurationType = std::pair<size_t, DurationType>;123 DurationType Duration = E.End - E.Start; in end()