blob: 16a224365a47481e7622b3408c43b47a3fdab48c [file] [log] [blame]
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.-->
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/promise_resolver.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="histograms_internals.js"></script>
<title>Histograms</title>
</head>
<p>Stats accumulated from browser startup to previous page load; reload to get stats as of this page load.
</p>
<button id="refresh">Refresh</button>
<div id="histograms"></div>
</html>