Home
last modified time | relevance | path

Searched refs:colCmd (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp33 static constexpr char colCmd = ' '; member
72 cout << setw(LOGTYPE_W) << "LOGTYPE" << colCmd; in PrintDomainTitle()
73 cout << setw(DOMAIN_TITLE_W) << "DOMAIN" << colCmd; in PrintDomainTitle()
78 cout << setw(LOGTYPE_W) << "LOGTYPE" << colCmd; in PrintPidTitle()
79 cout << setw(PID_W) << "PID" << colCmd; in PrintPidTitle()
80 cout << setw(PNAME_W) << "NAME" << colCmd; in PrintPidTitle()
85 cout << setw(TAG_W) << "TAG" << colCmd; in PrintStatsTitile()
86 cout << setw(FREQ_W) << "MAX_FREQ" << colCmd; in PrintStatsTitile()
87 cout << setw(TIME_W) << "TIME" << colCmd; in PrintStatsTitile()
88 cout << setw(TP_W) << "MAX_TP" << colCmd; in PrintStatsTitile()
223 cout << setw(LOGTYPE_W) << logType << colCmd; HiLogShowProcInfo() local
224 cout << setw(PID_W) << pid << colCmd; HiLogShowProcInfo() local
225 cout << setw(PNAME_W) << processName << colCmd; HiLogShowProcInfo() local
226 cout << setw(TAG_W) << tag << colCmd; HiLogShowProcInfo() local
[all...]

Completed in 1 milliseconds