| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9fd23f9940a110563ce0eb77b6857a8205195eaa..7d2219e91e1462babbfcb56297eb0875c58c5009 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -364,6 +364,10 @@ DEFINE_bool(compilation_cache, true, "enable compilation cache")
|
|
|
| DEFINE_bool(cache_prototype_transitions, true, "cache prototype transitions")
|
|
|
| +// cpu-profiler.cc
|
| +DEFINE_int(cpu_profiler_sampling_period, 1000,
|
| + "CPU profiler sampling period in microseconds")
|
| +
|
| // debug.cc
|
| DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response")
|
| DEFINE_bool(trace_js_array_abuse, false,
|
|
|