Home
last modified time | relevance | path

Searched defs:warmup (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
Drun_test.js18 function runTest(test, warmup, iters) { argument
58 let warmup = parseInt(args[6], 10); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/benchmarks/
Dlauncher.js91 let warmup = parseInt(args[8], 10); variable
/arkcompiler/ets_runtime/test/moduletest/arktoolshavesamemap/
Darktoolshavesamemap.js28 function warmup(fn, num) { function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py183 warmup: List[float] = field(default_factory=list) variable in RunResult