summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-04-15 15:37:02 -0700
committerMathieu Chartier <mathieuc@google.com>2014-04-16 12:37:09 -0700
commit2f8da3e9ff60e5cb2a3fdf57dbcb67f513b9c2c2 (patch)
treecfe10d3409b9cdd5c9453c6fbd12854039ac5ca9 /runtime/runtime.cc
parent9623c6668962559e818d1e7f05a58dcb96c71fa9 (diff)
downloadart-2f8da3e9ff60e5cb2a3fdf57dbcb67f513b9c2c2.zip
art-2f8da3e9ff60e5cb2a3fdf57dbcb67f513b9c2c2.tar.gz
art-2f8da3e9ff60e5cb2a3fdf57dbcb67f513b9c2c2.tar.bz2
Decrease target utilization for foreground apps.
GC time in FormulaEvaluationActions.EvaluateAndApplyChanges goes from 26.1s to 23.2s. Benchmark score goes down ~50 in FormulaEvaluationActions.EvaluateAndApplyChanges, and up ~50 in GenericCalcActions.MemAllocTest. Bug: 8788501 Change-Id: I412af1205f8b67e70a12237c990231ea62167bc0
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 5c31d35..eb0522a 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -564,6 +564,7 @@ bool Runtime::Init(const Options& raw_options, bool ignore_unrecognized) {
options->heap_min_free_,
options->heap_max_free_,
options->heap_target_utilization_,
+ options->foreground_heap_growth_multiplier_,
options->heap_maximum_size_,
options->image_,
options->collector_type_,