From 6915898b28cea6c9836ca1be6814d87e89cc6d76 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Wed, 16 Mar 2016 11:53:41 +0000 Subject: Improve compiler stats - report the max size of arena alloc - report how many virtual or interface invokes were inlined Change-Id: I82f154a8e25b5e3890181a1aa11346cdc3f93e37 --- compiler/driver/compiler_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 42a5bc15e4..4ef26ddd6c 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -694,6 +694,7 @@ class CompilerDriver { // Info for profile guided compilation. const ProfileCompilationInfo* const profile_compilation_info_; + size_t max_arena_alloc_; friend class CompileClassVisitor; DISALLOW_COPY_AND_ASSIGN(CompilerDriver); }; -- cgit v1.2.3-59-g8ed1b