diff options
Diffstat (limited to 'deps/v8/src/counters.h')
-rw-r--r-- | deps/v8/src/counters.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deps/v8/src/counters.h b/deps/v8/src/counters.h index 0f7ae95769..fed7edb44a 100644 --- a/deps/v8/src/counters.h +++ b/deps/v8/src/counters.h @@ -1171,8 +1171,8 @@ class RuntimeCallTimerScope { 20) \ HR(wasm_lazy_compilation_throughput, V8.WasmLazyCompilationThroughput, 1, \ 10000, 50) \ - HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 19, \ - 20) \ + HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 20, \ + 21) \ HR(wasm_memory_allocation_result, V8.WasmMemoryAllocationResult, 0, 3, 4) \ HR(wasm_address_space_usage_mb, V8.WasmAddressSpaceUsageMiB, 0, 1 << 20, \ 128) \ @@ -1377,8 +1377,6 @@ class RuntimeCallTimerScope { SC(sub_string_native, V8.SubStringNative) \ SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \ SC(regexp_entry_native, V8.RegExpEntryNative) \ - SC(number_to_string_native, V8.NumberToStringNative) \ - SC(number_to_string_runtime, V8.NumberToStringRuntime) \ SC(math_exp_runtime, V8.MathExpRuntime) \ SC(math_log_runtime, V8.MathLogRuntime) \ SC(math_pow_runtime, V8.MathPowRuntime) \ |