summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/sticky_mark_sweep.cc
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 /runtime/gc/collector/sticky_mark_sweep.cc
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 'runtime/gc/collector/sticky_mark_sweep.cc')
-rw-r--r--runtime/gc/collector/sticky_mark_sweep.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/gc/collector/sticky_mark_sweep.cc b/runtime/gc/collector/sticky_mark_sweep.cc
index 5505336..aad7c29 100644
--- a/runtime/gc/collector/sticky_mark_sweep.cc
+++ b/runtime/gc/collector/sticky_mark_sweep.cc
@@ -55,7 +55,6 @@ void StickyMarkSweep::MarkReachableObjects() {
}
void StickyMarkSweep::Sweep(bool swap_bitmaps) {
- timings_.NewSplit("SweepArray");
accounting::ObjectStack* live_stack = GetHeap()->GetLiveStack();
SweepArray(live_stack, false);
}