Lines Matching refs:colCmd
33 static constexpr char colCmd = ' ';
72 cout << setw(LOGTYPE_W) << "LOGTYPE" << colCmd;
73 cout << setw(DOMAIN_TITLE_W) << "DOMAIN" << colCmd;
78 cout << setw(LOGTYPE_W) << "LOGTYPE" << colCmd;
79 cout << setw(PID_W) << "PID" << colCmd;
80 cout << setw(PNAME_W) << "NAME" << colCmd;
85 cout << setw(TAG_W) << "TAG" << colCmd;
86 cout << setw(FREQ_W) << "MAX_FREQ" << colCmd;
87 cout << setw(TIME_W) << "TIME" << colCmd;
88 cout << setw(TP_W) << "MAX_TP" << colCmd;
89 cout << setw(TIME_W) << "TIME" << colCmd;
90 cout << setw(LINES_W) << "LINES" << colCmd;
91 cout << setw(LENGTH_W) << "LENGTH" << colCmd;
92 cout << setw(DROPPED_W) << "DROPPED" << colCmd;
118 cout << setw(FREQ_W) << setprecision(FLOAT_PRECSION) << rsp.freqMax << colCmd;
119 cout << setw(TIME_W) << TimeStr(rsp.freqMaxSec, rsp.freqMaxNsec) << colCmd;
120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd;
121 cout << setw(TIME_W) << TimeStr(rsp.tpMaxSec, rsp.tpMaxNsec) << colCmd;
122 cout << setw(LINES_W) << GetTotalLines(rsp) << colCmd;
123 cout << setw(LENGTH_W) << Size2Str(GetTotalLen(rsp)) << colCmd;
124 cout << setw(DROPPED_W) << rsp.dropped << colCmd;
185 cout << setw(LOGTYPE_W) << LogType2Str(ldStats.type) << colCmd;
186 cout << std::hex << "0x" << setw(DOMAIN_W) << dStats.domain << std::dec << colCmd;
187 cout << setw(TAG_W) << "-" << colCmd;
198 cout << setw(LOGTYPE_W) << LogType2Str(ldStats.type) << colCmd;
199 cout << std::hex << "0x" << setw(DOMAIN_W) << dStats.domain << std::dec << colCmd;
200 cout << setw(TAG_W) << tStats.tag << colCmd;
223 cout << setw(LOGTYPE_W) << logType << colCmd;
224 cout << setw(PID_W) << pid << colCmd;
225 cout << setw(PNAME_W) << processName << colCmd;
226 cout << setw(TAG_W) << tag << colCmd;