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