Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: src/heap/gc-idle-time-handler.cc

Issue 1380953003: Fix Heap::ComputeHeapState after 057514 and 6256dc. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/gc-idle-time-handler.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-idle-time-handler.cc
diff --git a/src/heap/gc-idle-time-handler.cc b/src/heap/gc-idle-time-handler.cc
index 73dd857f9903b0d88570a18fc43c99663df71a2f..4e6e6081d7bf4e4e7504ae8224c5d510f925d448 100644
--- a/src/heap/gc-idle-time-handler.cc
+++ b/src/heap/gc-idle-time-handler.cc
@@ -44,12 +44,6 @@ void GCIdleTimeHeapState::Print() {
PrintF("contexts_disposal_rate=%f ", contexts_disposal_rate);
PrintF("size_of_objects=%" V8_PTR_PREFIX "d ", size_of_objects);
PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped);
- PrintF("sweeping_in_progress=%d ", sweeping_in_progress);
- PrintF("has_low_allocation_rate=%d", has_low_allocation_rate);
- PrintF("mark_compact_speed=%" V8_PTR_PREFIX "d ",
- mark_compact_speed_in_bytes_per_ms);
- PrintF("incremental_marking_speed=%" V8_PTR_PREFIX "d ",
- incremental_marking_speed_in_bytes_per_ms);
}
« no previous file with comments | « src/heap/gc-idle-time-handler.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698