Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp138 maplecl::Option<uint32_t> profileColdRate({"--profile-cold-rate"}, variable
Doption.cpp61 uint32 Options::profileColdRate = 900000; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h106 static uint32 profileColdRate; variable