Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp38 static constexpr long long NS2MS = 1000000LL; variable
117 out << setw(MSEC_WIDTH) << (content.tv_nsec / NS2MS); in PrintLogPrefix()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp51 static constexpr int NS2MS = 1000 * 1000; variable
63 ret = snprintf_s(buffer + len, TIME_W - len, TIME_W - len - 1, ".%03u", tv_nsec / NS2MS); in TimeStr()
135 uint32_t msec = tv_nsec / NS2MS; in DurationStr()