RTL00_WEB_VS/RTLGDB/WEBFiles/heap.htm

10 lines
282 B
HTML
Raw Normal View History

2017-11-28 19:31:40 +00:00
~inc:grfx1.inc~
<td width="50%">Heap Size: <span id="xdata" style="font-weight:bold">?</span> bytes</td>
<script type="text/javascript">
var xmlfile = 'heap.xml';
var xmin = 16384;
var xmax = 30000;
var millisPerPixel = 500;
var millisPerLine = 10000;
</script>~inc:grfx2.inc~