diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2017-11-30 09:01:00 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-11-30 09:01:00 +0000 |
commit | 2ff6bd7ad049e2003342aaf60898fdfc68130908 (patch) | |
tree | 78ad386d5bba210425e62aae996aebe8bd637086 /compiler/common_compiler_test.cc | |
parent | e8d2850075bd1579d68bb59cff69aad26ef44740 (diff) | |
parent | 8127789f5330015dc8ff7861211e8e516c0d7d52 (diff) |
Snap for 4476081 from 8127789f5330015dc8ff7861211e8e516c0d7d52 to pi-release
Change-Id: I77e687001cd7671005aecc5779a395aa7d61fd61
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 500fc4ae9a1..40a5370ec72 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -174,7 +174,6 @@ void CommonCompilerTest::SetUp() { } } - timer_.reset(new CumulativeLogger("Compilation times")); CreateCompilerDriver(compiler_kind_, instruction_set); } } @@ -193,9 +192,6 @@ void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, GetCompiledClasses(), GetCompiledMethods(), number_of_threads, - /* dump_stats */ true, - /* dump_passes */ true, - timer_.get(), /* swap_fd */ -1, GetProfileCompilationInfo())); // We typically don't generate an image in unit tests, disable this optimization by default. @@ -227,7 +223,6 @@ InstructionSet CommonCompilerTest::GetInstructionSet() const { } void CommonCompilerTest::TearDown() { - timer_.reset(); compiler_driver_.reset(); callbacks_.reset(); verification_results_.reset(); |