diff options
author | 2017-11-29 10:18:30 +0000 | |
---|---|---|
committer | 2017-11-29 10:18:30 +0000 | |
commit | aa25db7d2a6f7f507c27ce49c99a33daf3059f8f (patch) | |
tree | 154ae8968a450a2e02d88207fa09e380fd380553 /compiler/driver/compiler_options_map.def | |
parent | 299c1e168bde2039586d2486e52c73abbcec93b1 (diff) | |
parent | 2d8801f7b932496d5c2606294ff8fdea60e05b30 (diff) |
Merge "Clean some dex2oat options."
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r-- | compiler/driver/compiler_options_map.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index cccd6184c6..2c56fd7974 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -58,5 +58,7 @@ COMPILER_OPTIONS_KEY (Unit, DumpCFGAppend) COMPILER_OPTIONS_KEY (std::string, RegisterAllocationStrategy) COMPILER_OPTIONS_KEY (ParseStringList<','>, VerboseMethods) COMPILER_OPTIONS_KEY (bool, DeduplicateCode, true) +COMPILER_OPTIONS_KEY (Unit, DumpTimings) +COMPILER_OPTIONS_KEY (Unit, DumpStats) #undef COMPILER_OPTIONS_KEY |