| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index 27b51d40a7fe64dcdb0fad0aa0ad90110959f18b..f6154ea5f1d1ac2e3e6ad7a26f781e5be1721dea 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -968,8 +968,11 @@ class RuntimeCallTimerScope {
|
| MICROSECOND) \
|
| HT(wasm_decode_wasm_module_time, V8.WasmDecodeModuleMicroSeconds, 1000000, \
|
| MICROSECOND) \
|
| - HT(wasm_decode_function_time, V8.WasmDecodeFunctionMicroSeconds, 1000000, \
|
| - MICROSECOND) \
|
| + /* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
|
| + HT(wasm_decode_asm_function_time, V8.WasmDecodeFunctionMicroSeconds, \
|
| + 1000000, MICROSECOND) \
|
| + HT(wasm_decode_wasm_function_time, V8.WasmDecodeFunctionMicroSeconds, \
|
| + 1000000, MICROSECOND) \
|
| /* TODO(kschimpf) Update chrome flags to reflect asm/wasm split. */ \
|
| HT(wasm_compile_asm_module_time, V8.WasmCompileModuleMicroSeconds, 1000000, \
|
| MICROSECOND) \
|
|
|