Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2cabda84439b6e10f9c4f3a196542001c27061f5..7956ae2cb6b6fe41602b2540a540e3d6e3077587 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -802,6 +802,9 @@ DEFINE_INT(hash_seed, 0, |
"Fixed seed to use to hash property keys (0 means random)" |
"(with snapshots this option cannot override the baked-in seed)") |
+// runtime.cc |
+DEFINE_BOOL(runtime_call_stats, false, "report runtime call counts and times") |
+ |
// snapshot-common.cc |
DEFINE_BOOL(profile_deserialization, false, |
"Print the time it takes to deserialize the snapshot.") |