diff options
Diffstat (limited to 'runtime/gc/heap.h')
| -rw-r--r-- | runtime/gc/heap.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h index c3ee5267b5..a43f3156f5 100644 --- a/runtime/gc/heap.h +++ b/runtime/gc/heap.h @@ -395,6 +395,8 @@ class Heap {      REQUIRES(!Locks::heap_bitmap_lock_)      REQUIRES(Locks::mutator_lock_); +  uint64_t GetTotalGcCpuTime(); +    // Set target ideal heap utilization ratio, implements    // dalvik.system.VMRuntime.setTargetHeapUtilization.    void SetTargetHeapUtilization(float target);  |