| Index: runtime/vm/compiler_stats.h
|
| diff --git a/runtime/vm/compiler_stats.h b/runtime/vm/compiler_stats.h
|
| index 8798c01762db7a41a3db9cdf73aaa794db63ad0f..e6d4162a1bb2d5d40bd7fe479fa58a38bc3e88a4 100644
|
| --- a/runtime/vm/compiler_stats.h
|
| +++ b/runtime/vm/compiler_stats.h
|
| @@ -50,6 +50,8 @@ class CompilerStats {
|
| int64_t num_tokens_consumed;
|
| int64_t num_token_checks;
|
| int64_t num_tokens_lookahead;
|
| + int64_t num_cached_consts;
|
| + int64_t num_const_cache_hits;
|
|
|
| int64_t num_classes_compiled;
|
| int64_t num_functions_compiled;
|
|
|