Searched refs:TIME_LENS (Results 1 – 2 of 2) sorted by relevance
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()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()
122 static constexpr int TIME_LENS = 8; variable188 static constexpr int TIME_LENS = 8; variable