Commit 3c367f29 authored by Andreas Haas's avatar Andreas Haas Committed by V8 LUCI CQ

[wasm] Rename metric for consistency

R=jkummerow@chromium.org

Bug: v8:12281
Change-Id: I94191b592350cfc8d06cf6fbadca6eaa8d37569f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3297897Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78064}
parent a6da8161
......@@ -139,8 +139,8 @@ namespace internal {
/* Time to decompress context snapshot. */ \
HT(context_snapshot_decompress, V8.ContextSnapshotDecompress, 10000000, \
MICROSECOND) \
HT(wasm_compile_after_deserialize, V8.WasmCompileAfterDeserialize, 1000000, \
MILLISECOND)
HT(wasm_compile_after_deserialize, \
V8.WasmCompileAfterDeserializeMilliSeconds, 1000000, MILLISECOND)
#define NESTED_TIMED_HISTOGRAM_LIST_SLOW(HT) \
/* Total V8 time (including JS and runtime calls, exluding callbacks) */ \
......
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