Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp32 auto milltime = curMs % 1000; in GetCurrentTime() local
43 auto ms = std::to_string(milltime.count()); in GetCurrentTime()