| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ad343f5c22a558589b6ac999230e5c4715c3f1d3..069e075529d4cfe537dbbac96e7db1e920b7b407 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -958,6 +958,8 @@ DEFINE_BOOL(disable_old_api_accessors, false,
|
|
|
| DEFINE_BOOL(help, false, "Print usage message, including flags, on console")
|
| DEFINE_BOOL(dump_counters, false, "Dump counters on exit")
|
| +DEFINE_BOOL(dump_counters_nvp, false,
|
| + "Dump counters as name-value pairs on exit")
|
|
|
| DEFINE_STRING(map_counters, "", "Map counters to a file")
|
| DEFINE_ARGS(js_arguments,
|
|
|