Index: src/snapshot/serializer.cc |
diff --git a/src/snapshot/serializer.cc b/src/snapshot/serializer.cc |
index e4c977b1906ae2757414f6de74ae1f803c3f466b..a63d888d116c80493334f64276d27ab865927caf 100644 |
--- a/src/snapshot/serializer.cc |
+++ b/src/snapshot/serializer.cc |
@@ -76,6 +76,7 @@ void Serializer::OutputStatistics(const char* name) { |
for (uint32_t chunk_size : completed_chunks_[space]) s += chunk_size; |
PrintF("%16" PRIuS, s); |
} |
+ PrintF("%16d", num_maps_ * Map::kSize); |
PrintF("%16d\n", large_objects_total_size_); |
#ifdef OBJECT_PRINT |
PrintF(" Instance types (count and bytes):\n"); |