| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cc94afe14851016b36b7559d17158056261e1d4c..73593d8ab59df76d9b35643aac1a6a4dcc64485b 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -334,6 +334,8 @@ DEFINE_bool(log_regexp, false, "Log regular expression execution.")
|
| 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.")
|
|
|
| //
|
| // Disassembler only flags
|
|
|