home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / stubshack / HeapGraph / !HeapDisp / !Help next >
Encoding:
Text File  |  1995-01-12  |  1.2 KB  |  35 lines

  1. !HeapDisp
  2. ---------
  3.  
  4.  
  5. !HeapDisp will continuously scan Pipe:$.C_Debug.*. When it finds a
  6. file, it will open a separate window for it, and read from the file. Any
  7. text will be displayed, and any heap-information will be interpreted and
  8. used to make a graphical display.
  9.  
  10. Pressing <Shift>-Menu will bring up a save box. If the click was over
  11. text, this text will be saved. If the click was over the picture of the
  12. heap, it will be saved as a sprite. This isn't particulaly useful, but
  13. Shell has the code in it aready, so there's no harm done or programming
  14. time wasted!
  15.  
  16. Pressing Menu will bring up a menu with which you can set the vertical
  17. size of the heap display.
  18.  
  19. When a block of memory is described to !Displayer, a 4-byte reference is
  20. given (see HeapGraph_SetReference in HeapGraph.h).
  21. !Displayer will colour the block in its display according to the lowest
  22. 3 bits of this ref.
  23.  
  24.  
  25.  
  26. !HeapDisp uses my Shell library and DeskLib, and is not particulaly
  27. 'finished'. In particular, you can't close output windows.
  28.  
  29. If you would like to improve it, it's made available under
  30. the GNU licence, so you must release the source with any released
  31. improved version. You will need to get the DeskLib and Shell libraries,
  32. both of which are ftp-able from micros.hensa.ac.uk.
  33.  
  34.  
  35.