DescriptionUse --num-thread=10 when dexing Android code (saves 5 seconds)
Timing for creating chrome_apk/classes.dex:
No flag:
real 0m10.767s
user 0m16.480s
sys 0m0.444s
--num-threads=4
real 0m7.450s
user 0m11.837s
sys 0m0.606s
--num-threads=10 (or 20, or 80)
real 0m5.399s
user 0m9.266s
sys 0m0.420s
Timings performed on a z620 workstation.
BUG=
Committed: https://crrev.com/0f9ad3a20275b77d228f67c2edd89dbea0e3e9ea
Cr-Commit-Position: refs/heads/master@{#327358}
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|