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