Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e734c7d3c6429bce47455261a1bb36cec37dcafd..2c012511c46eb3d4319bc6f47eeebe714de35320 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -771,6 +771,7 @@ DEFINE_bool(prof_browser_mode, true, |
"Used with --prof, turns on browser-compatible mode for profiling.") |
DEFINE_bool(log_regexp, false, "Log regular expression execution.") |
DEFINE_string(logfile, "v8.log", "Specify the name of the log file.") |
+DEFINE_bool(logfile_per_isolate, true, "Separate log files for each isolate.") |
DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.") |
DEFINE_string(gc_fake_mmap, "/tmp/__v8_gc__", |
"Specify the name of the file for fake gc mmap used in ll_prof") |