This commit is contained in:
ADElectronics 2017-11-28 22:31:40 +03:00
parent 6a1f93f17b
commit 764b020238
1201 changed files with 527271 additions and 1 deletions

9
RTLGDB/WEBFiles/heap.htm Normal file
View file

@ -0,0 +1,9 @@
~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~