Home
last modified time | relevance | path

Searched refs:MIN2SEC (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp48 static constexpr int MIN2SEC = 60; member
50 static constexpr int HOUR2SEC = MIN2SEC * HOUR2MIN;
133 uint32_t min = tmp / MIN2SEC; in DurationStr()
134 uint32_t sec = tmp - (min * MIN2SEC); in DurationStr()

Completed in 1 milliseconds