Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.h129 static constexpr int HUNDRED_TIME = 100; member in panda::ecmascript::kungfu::CompilerLog
H A Dcompiler_log.cpp160 << myMap[val] / allPassTimeforAllMethods * HUNDRED_TIME << "% "; in PrintPassTime() local
180 << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.h196 static constexpr int HUNDRED_TIME = 100; member in panda::ecmascript::ModuleSectionDes

Completed in 2 milliseconds