Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 84a0eaaa6083480e6a22a3dad05c007ad1a4f076..2474c62bc3e81e56cc0c5dad9764f79d43ebca93 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -412,6 +412,7 @@ DEFINE_bool(sliding_state_window, false, |
"Update sliding state window counters.") |
DEFINE_string(logfile, "v8.log", "Specify the name of the log file.") |
DEFINE_bool(oprofile, false, "Enable JIT agent for OProfile.") |
+DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.") |
// |
// Heap protection flags |