Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.h127 static constexpr int TIME_LENS = 8; member in panda::ecmascript::kungfu::CompilerLog
193 static constexpr int TIME_LENS = 8; member in panda::ecmascript::kungfu::TimeScope
H A Dcompiler_log.cpp117 << " 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 / MILLION_TIME << "ms "; in PrintMethodTime()

Completed in 2 milliseconds