| Index: vm/timer.h
|
| ===================================================================
|
| --- vm/timer.h (revision 3009)
|
| +++ vm/timer.h (working copy)
|
| @@ -79,6 +79,7 @@
|
| #define TIMER_LIST(V) \
|
| V(time_script_loading, "Script Loading : ") \
|
| V(time_creating_snapshot, "Snapshot Creation : ") \
|
| + V(time_isolate_initialization, "Isolate initialization : ") \
|
| V(time_compilation, "Function compilation : ") \
|
| V(time_bootstrap, "Bootstrap of core classes : ") \
|
| V(time_total_runtime, "Total runtime for isolate : ") \
|
|
|