Revision: 12959
Author:   [email protected]
Date:     Wed Nov 14 03:44:56 2012
Log:      Output max incremental step delay in trace_gc_nvp.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/11377134
http://code.google.com/p/v8/source/detail?r=12959

Modified:
 /branches/bleeding_edge/src/heap.cc

=======================================
--- /branches/bleeding_edge/src/heap.cc Tue Nov 13 04:27:03 2012
+++ /branches/bleeding_edge/src/heap.cc Wed Nov 14 03:44:56 2012
@@ -7227,6 +7227,7 @@
     } else {
       PrintF("stepscount=%d ", steps_count_);
       PrintF("stepstook=%d ", static_cast<int>(steps_took_));
+      PrintF("longeststep=%.f ", longest_step_);
     }

     PrintF("\n");

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to