Index: src/v8-counters.h |
=================================================================== |
--- src/v8-counters.h (revision 3397) |
+++ src/v8-counters.h (working copy) |
@@ -153,9 +153,10 @@ |
SC(zone_segment_bytes, V8.ZoneSegmentBytes) \ |
SC(compute_entry_frame, V8.ComputeEntryFrame) \ |
SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \ |
- SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) |
+ SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \ |
+ SC(string_add_runtime, V8.StringAddRuntime) \ |
+ SC(string_add_native, V8.StringAddNative) |
- |
// This file contains all the v8 counters that are in use. |
class Counters : AllStatic { |
public: |