Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index fe611e63ee4d10e01bf0d9101caf583436f6eb0c..fc93158312dfc0884693a83a7cfc0f556e95f33e 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -972,9 +972,9 @@ class RuntimeCallTimerScope { |
HT(wasm_decode_wasm_function_time, V8.WasmDecodeFunctionMicroSeconds.wasm, \ |
1000000, MICROSECOND) \ |
HT(wasm_compile_asm_module_time, V8.WasmCompileModuleMicroSeconds.asm, \ |
- 1000000, MICROSECOND) \ |
+ 10000000, MICROSECOND) \ |
HT(wasm_compile_wasm_module_time, V8.WasmCompileModuleMicroSeconds.wasm, \ |
- 1000000, MICROSECOND) \ |
+ 10000000, MICROSECOND) \ |
HT(wasm_compile_function_time, V8.WasmCompileFunctionMicroSeconds, 1000000, \ |
MICROSECOND) \ |
HT(asm_wasm_translation_time, V8.AsmWasmTranslationMicroSeconds, 1000000, \ |