From 2c7f32e21cd82f26b22740a6a74f6c05aea78d08 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Mon, 20 Feb 2017 13:29:05 +0100 Subject: [PATCH] [heap] Add prefix for young generation handling use counter R=ulan@chromium.org BUG=chromium:693413 Change-Id: Ie8e6a5e20e904b81228b67f33c976569e305872c Reviewed-on: https://chromium-review.googlesource.com/445157 Reviewed-by: Ulan Degenbaev Commit-Queue: Michael Lippautz Cr-Commit-Position: refs/heads/master@{#43319} --- src/counters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counters.h b/src/counters.h index fd7bd076ad..49fc934cee 100644 --- a/src/counters.h +++ b/src/counters.h @@ -941,7 +941,7 @@ class RuntimeCallTimerScope { HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, 21, 22) \ HR(mark_compact_reason, V8.GCMarkCompactReason, 0, 21, 22) \ HR(scavenge_reason, V8.GCScavengeReason, 0, 21, 22) \ - HR(young_generation_handling, V8.YoungGenerationHandling, 0, 1, 2) \ + HR(young_generation_handling, V8.GCYoungGenerationHandling, 0, 1, 2) \ /* Asm/Wasm. */ \ HR(wasm_functions_per_module, V8.WasmFunctionsPerModule, 1, 10000, 51)