mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
54f867f0d6
Reviewed By: bestander Differential Revision: D3642188 fbshipit-source-id: c9a4699b2a0d60eb5961333dec45941085e19324
17 lines
673 B
HTML
17 lines
673 B
HTML
<!doctype html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>JSC Heap Capture</title>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.1/react.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.1/react-dom.min.js"></script>
|
|
<script src="out/aggrow.js"></script>
|
|
<script src="out/table.js"></script>
|
|
</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>
|
|
<script src="out/heapCapture.js"></script>
|
|
</html>
|