From fdcf5f99b2c6b7d4e886e4def318a050abada65c Mon Sep 17 00:00:00 2001 From: "svenpanne@chromium.org" Date: Wed, 17 Sep 2014 09:49:57 +0000 Subject: [PATCH] Unbreak build TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/568433003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23995 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/heap/gc-tracer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc index 85ee8aa..8a40b53 100644 --- a/src/heap/gc-tracer.cc +++ b/src/heap/gc-tracer.cc @@ -317,7 +317,7 @@ void GCTracer::PrintNVP() const { 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) { -- 2.7.4