diff options
author | 2023-12-01 14:47:37 +0000 | |
---|---|---|
committer | 2023-12-04 10:35:16 +0000 | |
commit | 8891ea4eac12b8f48934d47f2d99da1e9b455788 (patch) | |
tree | 00b523efef48ab608779156af751e1bf38c70091 /compiler/driver/compiler_options.cc | |
parent | f51e433b5d32cb83eb2ee302544ecf67a10525b9 (diff) |
Put branch profiling under a flag.
Until we evaluate its usefulness and reduce its overhead.
Bug: 306638020
Test: test.py
Change-Id: Ibb01c70a7ea19b03802dcc1b0792d3d2ff4f4d67
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r-- | compiler/driver/compiler_options.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 45664b792e..ada7685b78 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -64,6 +64,7 @@ CompilerOptions::CompilerOptions() dump_timings_(false), dump_pass_timings_(false), dump_stats_(false), + profile_branches_(false), profile_compilation_info_(nullptr), verbose_methods_(), abort_on_hard_verifier_failure_(false), |