Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index a9060b9529890bf6d1b527ee6b38c5c75930c685..1bb92ee3862e1b85bbd7bb44275e3c3ab7273fc7 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -962,7 +962,10 @@ class RuntimeCallTimerScope { |
1000000, MICROSECOND) \ |
HT(wasm_instantiate_wasm_module_time, V8.WasmInstantiateModuleMicroSeconds, \ |
1000000, MICROSECOND) \ |
- HT(wasm_decode_module_time, V8.WasmDecodeModuleMicroSeconds, 1000000, \ |
+ /* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \ |
+ HT(wasm_decode_asm_module_time, V8.WasmDecodeModuleMicroSeconds, 1000000, \ |
+ MICROSECOND) \ |
+ HT(wasm_decode_wasm_module_time, V8.WasmDecodeModuleMicroSeconds, 1000000, \ |
MICROSECOND) \ |
HT(wasm_decode_function_time, V8.WasmDecodeFunctionMicroSeconds, 1000000, \ |
MICROSECOND) \ |