Chromium Code Reviews| Index: vm/compiler_stats.h |
| =================================================================== |
| --- vm/compiler_stats.h (revision 4579) |
| +++ vm/compiler_stats.h (working copy) |
| @@ -19,6 +19,8 @@ |
| class CompilerStats : AllStatic { |
| public: |
| static intptr_t num_tokens_total; |
| + static intptr_t num_literal_tokens_total; |
| + static intptr_t num_ident_tokens_total; |
| static intptr_t num_tokens_consumed; |
| static intptr_t num_token_checks; |
| static intptr_t num_tokens_rewind; |