Home
last modified time | relevance | path

Searched defs:profileHotRate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp133 maplecl::Option<uint32_t> profileHotRate({"--profile-hot-rate"}, variable
Doption.cpp60 uint32 Options::profileHotRate = 500000; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h105 static uint32 profileHotRate; variable