Searched refs:DurationType (Results 1 – 1 of 1) sorted by relevance
65 using DurationType = duration<ClockType::rep, ClockType::period>; typedef66 using CountAndDurationType = std::pair<size_t, DurationType>;178 DurationType Duration = E.End - E.Start; in end()