Commit 44f41565 authored by jing.bao's avatar jing.bao Committed by Commit bot

Add trace_wasm_decode_time flag

BUG=

Review URL: https://codereview.chromium.org/1427703003

Cr-Commit-Position: refs/heads/master@{#31616}
parent 06f223fa
......@@ -459,6 +459,7 @@ DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code")
#if defined(V8_WASM)
// Flags for native WebAssembly.
DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code")
DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code")
DEFINE_BOOL(trace_wasm_compiler, false, "trace compiling of wasm code")
DEFINE_BOOL(wasm_break_on_decoder_error, false,
"debug break when wasm decoder encounters an error")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment