From bb0b53f58f11c628f077603b56077dfed1a18f11 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Fri, 23 May 2014 17:33:29 +0100 Subject: Clean up the sampling profiler - rename variables/fields names to match the code style (use _underscore_names_) - extract common property parsing in utils.cc - fail to load profile file if any line is malformed - added ProfileFile to manage the profile data generate in the previous runs (replaces ProfileHelper and nests ProfileData) Bug: 12877748 Change-Id: Ie7bda30bfdeb7e78534c986615b0649eac12a97b --- compiler/driver/compiler_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 14ccb50..e952f63 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -595,7 +595,7 @@ class CompilerDriver { return cfi_info_.get(); } - ProfileMap profile_map_; + ProfileFile profile_file_; bool profile_ok_; // Should the compiler run on this method given profile information? -- cgit v1.1