Commit 8d4bae91 authored by Yang Guo's avatar Yang Guo

Make mksnapshot stats unambiguous for easier parsing.

R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1073083002

Cr-Commit-Position: refs/heads/master@{#27735}
parent 33525460
...@@ -110,7 +110,7 @@ void CalculateFirstPageSizes(bool is_default_snapshot, ...@@ -110,7 +110,7 @@ void CalculateFirstPageSizes(bool is_default_snapshot,
} }
PrintF( PrintF(
"Deserialization will reserve:\n" "Deserialization will reserve:\n"
"%10d bytes for startup\n" "%10d bytes per isolate\n"
"%10d bytes per context\n", "%10d bytes per context\n",
startup_total, context_total); startup_total, context_total);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment