Searched defs:HUNDRED_TIME (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | compiler_log.h | 129 static constexpr int HUNDRED_TIME = 100;
member in panda::ecmascript::kungfu::CompilerLog |
H A D | compiler_log.cpp | 160 << 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 D | module_section_des.h | 196 static constexpr int HUNDRED_TIME = 100; member in panda::ecmascript::ModuleSectionDes |
Completed in 2 milliseconds