Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index f778f556be6118a5657f5e785ce0d2c7cacfd374..2454679d0a25106cc103c095bc7dc8de989f0fe3 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -307,6 +307,7 @@ class HistogramTimerScope BASE_EMBEDDED { |
HT(parse, V8.Parse) \ |
HT(parse_lazy, V8.ParseLazy) \ |
HT(pre_parse, V8.PreParse) \ |
+ HT(background_parse, V8.BackgroundParse) \ |
/* Total compilation times. */ \ |
HT(compile, V8.Compile) \ |
HT(compile_eval, V8.CompileEval) \ |