diff options
Diffstat (limited to 'runtime/common_test.h')
-rw-r--r-- | runtime/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_test.h b/runtime/common_test.h index 09ad7fd..4fe9be6 100644 --- a/runtime/common_test.h +++ b/runtime/common_test.h @@ -473,7 +473,7 @@ class CommonTest : public testing::Test { void CompileMethod(mirror::AbstractMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { CHECK(method != NULL); - TimingLogger timings("CommonTest::CompileMethod", false); + base::TimingLogger timings("CommonTest::CompileMethod", false, false); compiler_driver_->CompileOne(method, timings); MakeExecutable(method); } |