Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dclock_scope.h41 return (float) duration.count() / MILLION_TIME; in TotalSpentTime()
47 return (double) curTime_.count() / MILLION_TIME; in GetCurTime()
55 static constexpr uint32_t MILLION_TIME = 1000; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp117 … << " time used:" << std::setw(TIME_LENS) << timeUsed_ / MILLION_TIME << "ms"; in ~TimeScope()
158 << myMap[val] / MILLION_TIME << "ms " << "percentage:" in PrintPassTime()
179 … << std::setw(TIME_LENS) << key / MILLION_TIME << "ms " << "percentage:" << std::fixed in PrintMethodTime()
182 …FO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLION_TIME << "ms "; in PrintMethodTime()
Dcompiler_log.h123 static constexpr int MILLION_TIME = 1000; variable
189 static constexpr int MILLION_TIME = 1000; variable