Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 6d61c383650125b0091270b53ca7d1673c3f57f6..a1e62019bae36120b29f4feea149e83062baa95e 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -1055,7 +1055,9 @@ class RuntimeCallTimerScope { |
/* Total code size (including metadata) of baseline code or bytecode. */ \ |
SC(total_baseline_code_size, V8.TotalBaselineCodeSize) \ |
/* Total count of functions compiled using the baseline compiler. */ \ |
- SC(total_baseline_compile_count, V8.TotalBaselineCompileCount) |
+ SC(total_baseline_compile_count, V8.TotalBaselineCompileCount) \ |
+ SC(wasm_generated_code_size, V8.WasmGeneratedCodeBytes) \ |
+ SC(wasm_reloc_size, V8.WasmRelocBytes) |
// This file contains all the v8 counters that are in use. |
class Counters { |