| Index: src/gc-tracer.cc
|
| diff --git a/src/gc-tracer.cc b/src/gc-tracer.cc
|
| index 1f7ecd4914e02bfe597c5d8bf40e95e1f86fc04b..74a2aa873f1cb635ad6a2401c01cc4640db7f1c0 100644
|
| --- a/src/gc-tracer.cc
|
| +++ b/src/gc-tracer.cc
|
| @@ -280,7 +280,8 @@ void GCTracer::PrintNVP() const {
|
| PrintF("steps_count=%d ", current_.incremental_marking_steps);
|
| PrintF("steps_took=%.1f ", current_.incremental_marking_duration);
|
| PrintF("longest_step=%.1f ", current_.longest_incremental_marking_step);
|
| - PrintF("marking_throughput=%d\n", MarkingSpeedInBytesPerMillisecond());
|
| + PrintF("marking_throughput=%" V8_PTR_PREFIX "d ",
|
| + MarkingSpeedInBytesPerMillisecond());
|
| }
|
|
|
| PrintF("\n");
|
|
|