Revision: 23995
Author: [email protected]
Date: Wed Sep 17 09:49:57 2014 UTC
Log: Unbreak build
[email protected]
Review URL: https://codereview.chromium.org/568433003
https://code.google.com/p/v8/source/detail?r=23995
Modified:
/branches/bleeding_edge/src/heap/gc-tracer.cc
=======================================
--- /branches/bleeding_edge/src/heap/gc-tracer.cc Wed Sep 17 08:50:57 2014
UTC
+++ /branches/bleeding_edge/src/heap/gc-tracer.cc Wed Sep 17 09:49:57 2014
UTC
@@ -317,7 +317,7 @@
PrintF("nodes_promoted=%d ", heap_->nodes_promoted_);
PrintF("promotion_rate=%.1f%% ", heap_->promotion_rate_);
PrintF("semi_space_copy_rate=%.1f%% ", heap_->semi_space_copied_rate_);
- PrintF("new_space_allocation_throughput=%d ",
+ PrintF("new_space_allocation_throughput=%" V8_PTR_PREFIX "d ",
NewSpaceAllocationThroughputInBytesPerMillisecond());
if (current_.type == Event::SCAVENGER) {
--
--
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.