From d121e8eee060feff611a02c898e919eb67fb8c37 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Mon, 22 Aug 2022 14:37:00 +0200 Subject: [PATCH] [tools] Add placeholder comment for analytics code Drive-by-fix: Clean up html header tags a bit Change-Id: Ib9d3e0a24497f393b1d45b7b6ab46af381252613 No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3845076 Reviewed-by: Camillo Bruni Reviewed-by: Victor Gomes Commit-Queue: Camillo Bruni Cr-Commit-Position: refs/heads/main@{#82620} --- tools/callstats.html | 3 ++- tools/heap-layout/index.html | 6 +++--- tools/heap-stats/index.html | 4 ++-- tools/index.html | 4 ++-- tools/parse-processor.html | 5 +++-- tools/profview/index.html | 4 ++-- tools/turbolizer/index.html | 4 +++- tools/zone-stats/index.html | 4 ++-- 8 files changed, 19 insertions(+), 15 deletions(-) diff --git a/tools/callstats.html b/tools/callstats.html index 548a1e8d21..f9506868cf 100644 --- a/tools/callstats.html +++ b/tools/callstats.html @@ -4,8 +4,9 @@ Copyright 2016 the V8 project authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + + V8 Runtime Call Stats Komparator diff --git a/tools/heap-layout/index.html b/tools/heap-layout/index.html index 0f33a73049..a78e0b8d18 100644 --- a/tools/heap-layout/index.html +++ b/tools/heap-layout/index.html @@ -2,10 +2,10 @@ - - + + V8 Heap Layout @@ -69,4 +69,4 @@ found in the LICENSE file. --> - \ No newline at end of file + diff --git a/tools/heap-stats/index.html b/tools/heap-stats/index.html index 9f053a8730..ab43894c07 100644 --- a/tools/heap-stats/index.html +++ b/tools/heap-stats/index.html @@ -2,10 +2,10 @@ - - + + V8 Heap Statistics diff --git a/tools/index.html b/tools/index.html index dfb0be7b34..b7b3bd1843 100644 --- a/tools/index.html +++ b/tools/index.html @@ -2,10 +2,10 @@ - - + + V8 Tools Landing Page