Home
last modified time | relevance | path

Searched defs:MILLION_TIME (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dclock_scope.h65 static constexpr uint32_t MILLION_TIME = 1000; member in panda::ecmascript::ClockScope
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.h128 static constexpr int MILLION_TIME = 1000; member in panda::ecmascript::kungfu::CompilerLog
194 static constexpr int MILLION_TIME = 1000; member in panda::ecmascript::kungfu::TimeScope
H A Dcompiler_log.cpp117 << " time used:" << std::setw(TIME_LENS) << timeUsed_ / MILLION_TIME << "ms"; in ~TimeScope() local
182 LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLION_TIME << "ms "; in PrintMethodTime() local

Completed in 2 milliseconds