Lines Matching full:setw
115 LOG_COMPILER(INFO) << std::setw(PASS_LENS) << name_ << " " << std::setw(METHOD_LENS) in ~TimeScope()
116 … << GetShortName(methodName_) << " offset:" << std::setw(OFFSET_LENS) << methodOffset_ in ~TimeScope()
117 … << " time used:" << std::setw(TIME_LENS) << timeUsed_ / MILLION_TIME << "ms"; in ~TimeScope()
157 … LOG_COMPILER(INFO) << std::setw(PASS_LENS) << val << " Total cost time is "<< std::setw(TIME_LENS) in PrintPassTime()
177 LOG_COMPILER(INFO) << "method:" << std::setw(METHOD_LENS) << val.second in PrintMethodTime()
178 … << " offset:" << std::setw(OFFSET_LENS) << val.first << " all pass cost time is " in PrintMethodTime()
179 … << std::setw(TIME_LENS) << key / MILLION_TIME << "ms " << "percentage:" << std::fixed in PrintMethodTime()
182 …LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLIO… in PrintMethodTime()
198 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it->first in PrintCompiledMethod()
199 << " in record: " << std::setw(RECORD_LENS) << it->second in PrintCompiledMethod()
213 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it.first in PrintPGOMismatchedMethod()
214 << " in record: " << std::setw(RECORD_LENS) << it.second in PrintPGOMismatchedMethod()