Searched refs:MilliSecondsType (Results 1 – 1 of 1) sorted by relevance
30 using MilliSecondsType = std::chrono::duration<double, std::milli>; variable48 MilliSecondsType time_span = std::chrono::duration_cast<MilliSecondsType>(t2 - t1); in ~ChronoScope()