| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 2efe08cdb4eeccb1a30343ecf72331b7bbe50572..2049e6cce4ff0c38a18a32f42791f7cf746894f8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -849,6 +849,8 @@ DEFINE_BOOL(log_snapshot_positions, false,
|
| DEFINE_BOOL(log_suspect, false, "Log suspect operations.")
|
| DEFINE_BOOL(prof, false,
|
| "Log statistical profiling information (implies --log-code).")
|
| +DEFINE_BOOL(prof_cpp, false, "Like --prof, but ignore generated code.")
|
| +DEFINE_IMPLICATION(prof, prof_cpp)
|
| 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.")
|
|
|