Revision: 25192
Author: [email protected]
Date: Thu Nov 6 12:58:53 2014 UTC
Log: Fix marking time in cumulative gc stats.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/708483004
https://code.google.com/p/v8/source/detail?r=25192
Modified:
/branches/bleeding_edge/src/heap/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap/heap.cc Wed Nov 5 11:27:34 2014 UTC
+++ /branches/bleeding_edge/src/heap/heap.cc Thu Nov 6 12:58:53 2014 UTC
@@ -5314,7 +5314,7 @@
PrintF("total_gc_time=%.1f ", total_gc_time_ms_);
PrintF("min_in_mutator=%.1f ", get_min_in_mutator());
PrintF("max_alive_after_gc=%" V8_PTR_PREFIX "d ",
get_max_alive_after_gc());
- PrintF("total_marking_time=%.1f ",
tracer_.cumulative_sweeping_duration());
+ PrintF("total_marking_time=%.1f ",
tracer_.cumulative_marking_duration());
PrintF("total_sweeping_time=%.1f ",
tracer_.cumulative_sweeping_duration());
PrintF("\n\n");
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.