Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: src/snapshot/snapshot-common.cc

Issue 1073083002: Make mksnapshot stats unambiguous for easier parsing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/snapshot-common.cc
diff --git a/src/snapshot/snapshot-common.cc b/src/snapshot/snapshot-common.cc
index 6d760b5ed9eac78b3b88a4e11bbf732999f4b699..0e07cc149db25e8001ea176a04f8df5f6b9fad1a 100644
--- a/src/snapshot/snapshot-common.cc
+++ b/src/snapshot/snapshot-common.cc
@@ -110,7 +110,7 @@ void CalculateFirstPageSizes(bool is_default_snapshot,
}
PrintF(
"Deserialization will reserve:\n"
- "%10d bytes for startup\n"
+ "%10d bytes per isolate\n"
"%10d bytes per context\n",
startup_total, context_total);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698