summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAnwar Ghuloum <anwarg@google.com>2013-08-09 21:17:25 -0700
committerAnwar Ghuloum <anwarg@google.com>2013-08-09 21:17:25 -0700
commit4446ab9e70dde779d97f451c4904f6b8770232bd (patch)
treea19ddb0ffa054c6dcaf635afb228730506232d8e /build
parentcc386f94631dd1d60b0b0b2d4e1e243dda363f32 (diff)
downloadart-4446ab9e70dde779d97f451c4904f6b8770232bd.zip
art-4446ab9e70dde779d97f451c4904f6b8770232bd.tar.gz
art-4446ab9e70dde779d97f451c4904f6b8770232bd.tar.bz2
Systrace fixups and refactoring for TimingLogger
Fixed systrace bounds for timing logger in GC. Refactored CumulativeLogger a bit to allow for multiple identical entries. Added ScopedSplit, now composes with explicit start/end/new splits. Adds some unit tests. Bug: 10036801 Change-Id: If0afb88b48ec3a1e19462ed354babb274a9517a7
Diffstat (limited to 'build')
-rw-r--r--build/Android.gtest.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index ac3b821..498f7ef 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -25,6 +25,7 @@ TEST_COMMON_SRC_FILES := \
runtime/barrier_test.cc \
runtime/base/histogram_test.cc \
runtime/base/mutex_test.cc \
+ runtime/base/timing_logger_test.cc \
runtime/base/unix_file/fd_file_test.cc \
runtime/base/unix_file/mapped_file_test.cc \
runtime/base/unix_file/null_file_test.cc \