Searched refs:PERCENT_LENS (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | compiler_log.h | 126 static constexpr int PERCENT_LENS = 4;
member in panda::ecmascript::kungfu::CompilerLog |
H A D | compiler_log.cpp | 159 << std::fixed << std::setprecision(PERCENT_LENS) in PrintPassTime() 180 << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime() |
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ | ||
H A D | module_section_des.h | 197 static constexpr int PERCENT_LENS = 4; member in panda::ecmascript::ModuleSectionDes |
Completed in 2 milliseconds