From 8d728324571b720a952b297787eed70c7a1d1acb Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 18 Jan 2018 22:44:32 +0000 Subject: Add compiler option for counting hotness in compiled code. For eventually easier profiling of boot classpath and system server. bug: 30934496 Test: 674-hotness-compiled Change-Id: I0f63c644527b74f6ef2649f481c2a1c731bb9f21 --- compiler/driver/compiler_options_map.def | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options_map.def') diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index 2c56fd7974..acddae7299 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -58,6 +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, CountHotnessInCompiledCode) COMPILER_OPTIONS_KEY (Unit, DumpTimings) COMPILER_OPTIONS_KEY (Unit, DumpStats) -- cgit v1.2.3-59-g8ed1b