| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 5e765b277f6e3e7101d0b1605e12f76f55f24f24..04482e80499e8d3902882ad683657c03864c33c0 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -202,6 +202,9 @@ namespace internal {
|
| SC(array_function_runtime, V8.ArrayFunctionRuntime) \
|
| SC(array_function_native, V8.ArrayFunctionNative) \
|
| SC(for_in, V8.ForIn) \
|
| + SC(memcopy_aligned, V8.MemCopyAligned) \
|
| + SC(memcopy_unaligned, V8.MemCopyUnaligned) \
|
| + SC(memcopy_noxmm, V8.MemCopyNoXMM) \
|
| SC(enum_cache_hits, V8.EnumCacheHits) \
|
| SC(enum_cache_misses, V8.EnumCacheMisses) \
|
| SC(zone_segment_bytes, V8.ZoneSegmentBytes) \
|
|
|