| Index: runtime/vm/compiler_stats.cc
|
| diff --git a/runtime/vm/compiler_stats.cc b/runtime/vm/compiler_stats.cc
|
| index e8d39b3aae4660914445842f7639217d0796e17a..38afef22157bbf5b0ee0d619de7cb8bcb3df4323 100644
|
| --- a/runtime/vm/compiler_stats.cc
|
| +++ b/runtime/vm/compiler_stats.cc
|
| @@ -235,6 +235,7 @@ char* CompilerStats::PrintToZone() {
|
| log.Print("Local functions: %" Pd64 "\n", num_local_functions);
|
| log.Print("Consts cached: %" Pd64 "\n", num_cached_consts);
|
| log.Print("Consts cache hits: %" Pd64 "\n", num_const_cache_hits);
|
| + log.Print("Consts calcuated: %" Pd64 "\n", num_execute_const);
|
|
|
| int64_t scan_usecs = scanner_timer.TotalElapsedTime();
|
| log.Print("Scanner time: %" Pd64 " ms\n", scan_usecs / 1000);
|
|
|