scripted/profilerHTMLView.html

scripted/profilerHTMLView.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sample Profiler JSON Output Viewer</title>
</head>
<body>
<div id="page-wrapper">
<h1>Sample Profiler JSON Output Viewer</h1>
<div>
Select JSON file:
<input type="file" id="fileInput">
</div>
<p>
<canvas id="canvas" width="600" height="400"></canvas>
<p>
<div id="eventHeader"></div>
<div id="elementList"></div>
</div>
<script src="profilerHTMLView.js"></script>
</body>
</html>