| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 48b3b402d8f22f80cd1b29c1c5c404b585a61ff7..364e930b188ab01141ec261e78181a21048d53fb 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -332,6 +332,9 @@ DEFINE_bool(compilation_cache, true, "enable compilation cache")
|
|
|
| DEFINE_bool(cache_prototype_transitions, true, "cache prototype transitions")
|
|
|
| +// cpu-profiler.cc
|
| +DEFINE_bool(sample_stack_in_postprocessor_thread, false, "sample stack in postprocessor thread")
|
| +
|
| // debug.cc
|
| DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response")
|
| DEFINE_bool(debugger_auto_break, true,
|
|
|