commit | ffc791c748dd28cc6bc7fff825b3c1b7af96abb3 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Thu Nov 14 19:19:28 2019 +0000 |
committer | Orion Hodson <oth@google.com> | Tue Nov 19 07:34:07 2019 +0000 |
tree | 384238d8893cd2f2a41b020a91a6ee479bdae663 | |
parent | 2f8c1ac61b0c611d67badea70261c851ed19b82a [diff] |
dex2oat: add --cpu-set command-line option Enables affinitizing dex2oat threads to a specific group of CPUs. Bug: 141446571 Test: art/test/run-test -Xcompiler-option --cpu-set=0,1 956 Test: art/test/run-test -Xcompiler-option --cpu-set=,0,1 956 Test: art/test/run-test -Xcompiler-option --cpu-set=,, 956 Test: art/test/run-test -Xcompiler-option --cpu-set=0,a 956 Test: cmdline_parser_test Change-Id: I4bb1519beacd329da1a69af31982a6154d315865