Home
last modified time | relevance | path

Searched refs:get_target_cpu_count (Results 1 – 2 of 2) sorted by relevance

/art/tools/
Drun-libcore-tests.py207 def get_target_cpu_count(): function
230 args.jobs = get_target_cpu_count()
/art/test/testrunner/
Dtestrunner.py321 n_thread = get_target_cpu_count() // 2
1058 def get_target_cpu_count(): function