Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index f4df2b950d508292d0d18fd30594768e030bda9c..76471715d3b001c7efb69ccd806ec5682fb277fe 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -595,6 +595,11 @@ DEFINE_int(hash_seed, |
"Fixed seed to use to hash property keys (0 means random)" |
"(with snapshots this option cannot override the baked-in seed)") |
+// snapshot-common.cc |
+DEFINE_bool(profile_deserialization, |
+ false, |
+ "Print the time it takes to deserialize the snapshot.") |
+ |
// v8.cc |
DEFINE_bool(preemption, false, |
"activate a 100ms timer that switches between V8 threads") |