mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
48d3cd7d26
Reviewed By: bnham Differential Revision: D4250937 fbshipit-source-id: b5f2cfdeb06c04399670e463b8b2498e2fe0074b
13 lines
399 B
HTML
13 lines
399 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>
|
|
</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="bundle.js"></script>
|
|
</html>
|