2016-08-08 11:27:53 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>JSC Heap Capture</title>
|
|
|
|
</head>
|
|
|
|
<body style="margin:0px; height: 100%">
|
|
|
|
Loading... This could take a while depending on how big the profile is. Check devtools console for errors.
|
|
|
|
</body>
|
|
|
|
<script src="preLoadedCapture.js"></script>
|
2016-11-30 20:43:46 +00:00
|
|
|
<script src="bundle.js"></script>
|
2016-08-08 11:27:53 +00:00
|
|
|
</html>
|