| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b25fe5f19deaa0e398375462b90f22454bb443ee..9e2c4940cd1ab4e366fb61461d61cab791b3a3ca 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -668,7 +668,9 @@ DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
|
| 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")
|
| -DEFINE_bool(log_timer_events, false, "Log histogram timer events.")
|
| +DEFINE_bool(log_timer_events, false, "Time events.")
|
| +DEFINE_bool(log_external_callbacks, false, "Time external callbacks.")
|
| +DEFINE_implication(log_external_callbacks, log_timer_events)
|
|
|
| //
|
| // Disassembler only flags
|
|
|