Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index e20a49fa3ff5cde490244bbc50d627cb78b40ba8..af8e8b4553a77b989cf3f0936c72fd197a763ecf 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -570,6 +570,7 @@ class AggregatedHistogramTimerScope { |
SC(math_asin, V8.MathAsin) \ |
SC(math_atan, V8.MathAtan) \ |
SC(math_atan2, V8.MathAtan2) \ |
+ SC(math_clz32, V8.MathClz32) \ |
SC(math_exp, V8.MathExp) \ |
SC(math_floor, V8.MathFloor) \ |
SC(math_log, V8.MathLog) \ |