Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 8737010905f99d51095b8b09995066ed473b162f..72e8d62a8f24a22274df8852a17ca523e5ebee49 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -2055,6 +2055,9 @@ class Heap { |
| // Maximum GC pause. |
| int max_gc_pause_; |
| + // Total time spent in GC. |
| + int total_gc_time_ms_; |
| + |
| // Maximum size of objects alive after GC. |
| intptr_t max_alive_after_gc_; |