Add --serial-dexing and --verbose-dex-stats flags to Vogar
Serial dexing limits the number of simultaneously spawned dexer
processes to one which reduces the maximum used memory by Vogar. This
helps not to attempt to use more resources than available on
art-buildbot building/testing machines.
Verbose dex stats adds the output of '/usr/bin/time -v <dexer>' to
Vogar's output and helps to get resource usage information for dexer
calls.
Bug: 233990659
Test: art/tools/run-libcore-tests.sh --mode=device
Change-Id: I433998f223ecf2b38196211ee5d4ff83042f743e
1 file changed