From 8891ea4eac12b8f48934d47f2d99da1e9b455788 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 1 Dec 2023 14:47:37 +0000 Subject: Put branch profiling under a flag. Until we evaluate its usefulness and reduce its overhead. Bug: 306638020 Test: test.py Change-Id: Ibb01c70a7ea19b03802dcc1b0792d3d2ff4f4d67 --- compiler/driver/compiler_options.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options.cc') 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), -- cgit v1.2.3-59-g8ed1b