Index: src/v8-counters.h |
diff --git a/src/v8-counters.h b/src/v8-counters.h |
index a7cb0ba8ebace7fa3c1df52345e4151491457853..4cbc78195a0fd19a822383470d91a5a54767ab86 100644 |
--- a/src/v8-counters.h |
+++ b/src/v8-counters.h |
@@ -85,6 +85,11 @@ namespace internal { |
SC(compilation_cache_misses, V8.CompilationCacheMisses) \ |
SC(regexp_cache_hits, V8.RegExpCacheHits) \ |
SC(regexp_cache_misses, V8.RegExpCacheMisses) \ |
+ SC(string_ctor_calls, V8.StringConstructorCalls) \ |
+ SC(string_ctor_conversions, V8.StringConstructorConversions) \ |
+ SC(string_ctor_cached_number, V8.StringConstructorCachedNumber) \ |
+ SC(string_ctor_string_value, V8.StringConstructorStringValue) \ |
+ SC(string_ctor_gc_required, V8.StringConstructorGCRequired) \ |
/* Amount of evaled source code. */ \ |
SC(total_eval_size, V8.TotalEvalSize) \ |
/* Amount of loaded source code. */ \ |