Home
last modified time | relevance | path

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

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