Searched refs:MSEC_WIDTH (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ | ||
H A D | log_print.cpp | 41 static constexpr int MSEC_WIDTH = 3;
member 117 out << setw(MSEC_WIDTH) << (content.tv_nsec / NS2MS); in PrintLogPrefix() |
Completed in 1 milliseconds