Home
last modified time | relevance | path

Searched refs:methodTotalTime (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp166 double methodTotalTime = 0; in PrintMethodTime() local
174 methodTotalTime += key; in PrintMethodTime()
180 … << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime()
182 …LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLIO… in PrintMethodTime()