summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options_map.def
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-05-08 16:31:34 +0100
committer Vladimir Marko <vmarko@google.com> 2018-05-08 17:06:26 +0100
commit2da52b084b940a5330aa985b687c852495bc38ff (patch)
tree61d01d2391bc6e65ecfcbc636159369e9425c59c /compiler/driver/compiler_options_map.def
parentb865d9af3bb5f4777dbe9cbd60cdb2a8fe5f0557 (diff)
ART: Add --dump-pass-timings compiler option.
This replaces the old --dump-passes option removed in https://android-review.googlesource.com/549200 . Using --dump-timing for timing optimization passes makes the high level timings useless, so return to using two different options for these. Test: Manually run dex2oat with --dump-timings, --dump-pass-timings and both. Change-Id: Iddc4cfee35652fb493656e7d6081a898c2894f72
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r--compiler/driver/compiler_options_map.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def
index acddae7299..529d43fc72 100644
--- a/compiler/driver/compiler_options_map.def
+++ b/compiler/driver/compiler_options_map.def
@@ -60,6 +60,7 @@ COMPILER_OPTIONS_KEY (ParseStringList<','>, VerboseMethods)
COMPILER_OPTIONS_KEY (bool, DeduplicateCode, true)
COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
COMPILER_OPTIONS_KEY (Unit, DumpTimings)
+COMPILER_OPTIONS_KEY (Unit, DumpPassTimings)
COMPILER_OPTIONS_KEY (Unit, DumpStats)
#undef COMPILER_OPTIONS_KEY