Searched defs:MILLION_TIME (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | clock_scope.h | 65 static constexpr uint32_t MILLION_TIME = 1000; member in panda::ecmascript::ClockScope |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | compiler_log.h | 128 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 D | compiler_log.cpp | 117 << " 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