summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-01-25 14:27:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-25 14:27:58 +0000
commit83af48e9f4cdfcf3f0069c63561bab4c176bd2f1 (patch)
tree5d3728ebff12fdf13d324628c1cc996f1c425f7a
parent9779e6f470f91a688d81e7edd5f9e3990abafe32 (diff)
parentc06d6c60fcd8e0a66d9e8dc51a8f35e8f87454c8 (diff)
Merge "Remove art::gc::Heap::allocation_rate_."
-rw-r--r--runtime/gc/heap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h
index 57d3d506f0..faa6195259 100644
--- a/runtime/gc/heap.h
+++ b/runtime/gc/heap.h
@@ -1293,10 +1293,6 @@ class Heap {
// Parallel GC data structures.
std::unique_ptr<ThreadPool> thread_pool_;
- // Estimated allocation rate (bytes / second). Computed between the time of the last GC cycle
- // and the start of the current one.
- uint64_t allocation_rate_;
-
// For a GC cycle, a bitmap that is set corresponding to the
std::unique_ptr<accounting::HeapBitmap> live_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);
std::unique_ptr<accounting::HeapBitmap> mark_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);