[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 <cbruni@chromium.org> Reviewed-by: Victor Gomes <victorgomes@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#82620}
This commit is contained in:
parent
1ad8bd0d66
commit
d121e8eee0
@ -4,8 +4,9 @@
|
|||||||
Copyright 2016 the V8 project authors. All rights reserved. Use of this source
|
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.
|
code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>V8 Runtime Call Stats Komparator</title>
|
<title>V8 Runtime Call Stats Komparator</title>
|
||||||
<link rel="stylesheet" type="text/css" href="system-analyzer/index.css">
|
<link rel="stylesheet" type="text/css" href="system-analyzer/index.css">
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<!-- Copyright 2021 the V8 project authors. All rights reserved.
|
<!-- Copyright 2021 the V8 project authors. All rights reserved.
|
||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>V8 Heap Layout</title>
|
<title>V8 Heap Layout</title>
|
||||||
|
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<!-- Copyright 2018 the V8 project authors. All rights reserved.
|
<!-- Copyright 2018 the V8 project authors. All rights reserved.
|
||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>V8 Heap Statistics</title>
|
<title>V8 Heap Statistics</title>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<!-- Copyright 2020 the V8 project authors. All rights reserved.
|
<!-- Copyright 2020 the V8 project authors. All rights reserved.
|
||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>V8 Tools Landing Page</title>
|
<title>V8 Tools Landing Page</title>
|
||||||
<style>
|
<style>
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
|
||||||
<!--
|
<!--
|
||||||
Copyright 2016 the V8 project authors. All rights reserved. Use of this source
|
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.
|
code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||||
-->
|
-->
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>V8 Parse Processor</title>
|
<title>V8 Parse Processor</title>
|
||||||
<style>
|
<style>
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<!-- Copyright 2017 the V8 project authors. All rights reserved.
|
<!-- Copyright 2017 the V8 project authors. All rights reserved.
|
||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>V8 Tick Processor</title>
|
<title>V8 Tick Processor</title>
|
||||||
<link rel="stylesheet" href="profview.css">
|
<link rel="stylesheet" href="profview.css">
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<!--
|
<!--
|
||||||
Copyright 2019 the V8 project authors. All rights reserved. Use of this source
|
Copyright 2019 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.
|
code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||||
-->
|
-->
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>V8 Turbolizer</title>
|
<title>V8 Turbolizer</title>
|
||||||
<link rel="stylesheet" href="css/turbo-visualizer.css">
|
<link rel="stylesheet" href="css/turbo-visualizer.css">
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<!-- Copyright 2020 the V8 project authors. All rights reserved.
|
<!-- Copyright 2020 the V8 project authors. All rights reserved.
|
||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- This will be overwritten by the v8.dev/tools exporter -->
|
||||||
|
<!-- ANALYTICS_PLACEHOLDER -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>V8 Zone Statistics</title>
|
<title>V8 Zone Statistics</title>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||||
|
Loading…
Reference in New Issue
Block a user