| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index 2d36234e64fbeeef1261e979df45281359fc837d..df34f3106c101027c770948535732831830eef25 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -829,6 +829,8 @@ DEFINE_INT(hash_seed, 0, | 
|  | 
| // runtime.cc | 
| DEFINE_BOOL(runtime_call_stats, false, "report runtime call counts and times") | 
| +DEFINE_BOOL(api_call_stats, false, "only show api call stats") | 
| +DEFINE_IMPLICATION(api_call_stats, runtime_call_stats) | 
|  | 
| // snapshot-common.cc | 
| DEFINE_BOOL(profile_deserialization, false, | 
|  |