Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b32ee9fb8739f82495e3fc4cbe10b4f2ff340a17..cd2a6c168b3408173d08d86ed158a99d077f9fde 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -391,6 +391,8 @@ DEFINE_bool(prof_auto, true, |
DEFINE_bool(prof_lazy, false, |
"Used with --prof, only does sampling and logging" |
" when profiler is active (implies --noprof_auto).") |
+DEFINE_bool(prof_browser_mode, false, |
+ "Used with --prof, turns on browser-compatible mode for profiling.") |
DEFINE_bool(log_regexp, false, "Log regular expression execution.") |
DEFINE_bool(sliding_state_window, false, |
"Update sliding state window counters.") |