Home
last modified time | relevance | path

Searched defs:rate (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.h27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector() argument
H A Dmem_controller.h127 void AddSurvivalRate(double rate) in AddSurvivalRate() argument
147 void AddEdenSurvivalRate(double rate) in AddEdenSurvivalRate() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmock_queue_thread_pool.cpp200 auto rate = static_cast<size_t>((static_cast<float>(solvedTasks) / MockThreadPoolTest::TASK_NUMBER) * 100); in TestThreadPool() local
201 LOG(DEBUG, RUNTIME) << "Number of solved tasks is " << solvedTasks << " (" << rate << "%)"; in TestThreadPool() local
307 auto rate = static_cast<size_t>((static_cast<float>(solvedTasks) / MockThreadPoolTest::TASK_NUMBER) * PERCENT); in TestThreadPoolWithControllers() local
309 LOG(DEBUG, RUNTIME) << "Number of solved tasks is " << solvedTasks << " (" << rate << "%)"; in TestThreadPoolWithControllers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp2166 float rate = (float(insertInsn) / float(maxInsnNum)); in AllocateRegisters() local
2168 << ", insertInsn/insnNumBeforRA: " << rate << "\n"; in AllocateRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp65 double rate = static_cast<double>(bytecodeHitTimeMap_[a.first]) / static_cast<double>(a.second); in RunTypedBytecodeLowering() local

Completed in 9 milliseconds