Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/include/
H A Dcgroup_sched_common.h30 using MilliSecondsType = std::chrono::duration<double, std::milli>; variable
48 MilliSecondsType time_span = std::chrono::duration_cast<MilliSecondsType>(t2 - t1); in ~ChronoScope()