Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 509ede8384e8a294f172dec4663efd965e138c22..f3348d1b8a2322c7158d1c86fe3c4f37fc2693ab 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -983,6 +983,8 @@ class RuntimeCallTimerScope { |
HT(wasm_compile_module_time, V8.WasmCompileModuleMicroSeconds, 1000000, \ |
MICROSECOND) \ |
HT(wasm_compile_function_time, V8.WasmCompileFunctionMicroSeconds, 1000000, \ |
+ MICROSECOND) \ |
+ HT(asm_wasm_translation_time, V8.AsmWasmTranslationMicroSeconds, 1000000, \ |
MICROSECOND) |
#define AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) \ |