summaryrefslogtreecommitdiff
path: root/chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html')
-rw-r--r--chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html b/chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html
new file mode 100644
index 00000000000..cbf2bc711dc
--- /dev/null
+++ b/chromium/v8/tools/heap-layout/heap-size-trend-viewer-template.html
@@ -0,0 +1,14 @@
+<!-- Copyright 2021 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. -->
+
+<style>
+ #chart {
+ width: 100%;
+ height: 400px;
+ }
+</style>
+<div id="container" style="display: none;">
+ <h2>V8 Heap Space Size Trend</h2>
+ <div id="chart"></div>
+</div> \ No newline at end of file