summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2016-03-04 14:58:03 -0800
committer Mathieu Chartier <mathieuc@google.com> 2016-03-04 15:56:05 -0800
commitdabdc0fe183d4684f3cf4d70cb09d318cff81b42 (patch)
tree512e47a453bd8d3762d8d6f7445ac2c9ff82d9f4 /compiler/driver/compiler_driver.cc
parent88027bd6810b9a5b785dba5396eec5301e4540b2 (diff)
Add more systracing everywhere
Added to: JIT DexFile functions Oat file manager Added helper ScopedTrace to prevent errors and reduce excess code. Bug: 27502458 Change-Id: Ifaeff8913d79eefc797380987d13cc00456266f8
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index d13800be14..5ed4c25247 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -16,9 +16,6 @@
#include "compiler_driver.h"
-#define ATRACE_TAG ATRACE_TAG_DALVIK
-#include <utils/Trace.h>
-
#include <unordered_set>
#include <vector>
#include <unistd.h>
@@ -30,6 +27,7 @@
#include "art_field-inl.h"
#include "art_method-inl.h"
#include "base/stl_util.h"
+#include "base/systrace.h"
#include "base/time_utils.h"
#include "base/timing_logger.h"
#include "class_linker-inl.h"