first commit

This commit is contained in:
pvvx 2017-04-22 16:54:00 +03:00
commit fa343db334
154 changed files with 18186 additions and 0 deletions

9
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~