Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp37 static constexpr long long NS2US = 1000LL; variable
119 out << setw(USEC_WIDTH) << (content.tv_nsec / NS2US); in PrintLogPrefix()