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.py474 def get_target_cpu_count(): function
497 args.jobs = get_target_cpu_count()
/art/test/testrunner/
Dtestrunner.py318 n_thread = max(1, int(get_target_cpu_count() * fraction))
1036 def get_target_cpu_count(): function