forked from DirtyUnicorns/android_art
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dex2oat: add --cpu-set command-line option
Enables affinitizing dex2oat threads to a specific group of CPUs. Bug: 141446571 Bug: 149395059 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 Merged-In: I4bb1519beacd329da1a69af31982a6154d315865 (cherry picked from commit ffc791c748dd28cc6bc7fff825b3c1b7af96abb3)
- Loading branch information
Showing
5 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters