home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / MEMWAT.ZIP / README.TXT < prev    next >
Text File  |  1994-01-13  |  3KB  |  57 lines

  1. Memory Watcher is a programmer utility. It shows DS memory information
  2. while a program is executing. No longer do you have to make an educated
  3. guess as to how much stack to allocate for your Windows program. Memory
  4. Watcher will show you how much you have allocated and how much is really
  5. being used. Memory Watcher will also give a detailed breakdown of memory
  6. usage in the DS.
  7.  
  8. Installing Memory Watcher:
  9. Simply copy the file MEMWATCH.EXE to any location on your hard disk drive.
  10. Memory Watcher does not use any external files, so it does not matter where
  11. it is installed. It may be run from floppy diskette.
  12.  
  13. Credits:
  14. Memory Watcher was originally inspired by HeapPeep, a utility by Chiverton
  15. Graphics, Inc. Their function dss_walk() was used almost as is in Memory
  16. Watcher. My complaint about HeapPeek was that it was very pretty, with nice
  17. graphics and fancy displays. The problem was it liked to run almost full
  18. screen. If you made the window smaller, the fonts used to tell you what
  19. was going on became so small they were unreadable. I don't use HeapPeek
  20. because of this. Memory Watcher gives the same information, but no graphs.
  21. It also has an "Always On Top" feature which allows you keep Memory Watcher
  22. on top of other windows while it is running. 
  23.  
  24. Using Memory Watcher:
  25. Simple. Just start it and click on any other window. The active window will
  26. be "watched" and it will be this programs (yours usually) whose memory
  27. usage will be displayed. If you want you can choose to have Memory Watcher
  28. always on top of other windows. If you are running this program in the first
  29. place, it is probably because of stack or General Protection errors. Since
  30. this is as good a time as any to exit and/or restart Windows, these options
  31. are also available from the system menu.
  32.  
  33. Memory Watcher is free. MFC Source code is included. It is not copyright and
  34. you may distribute it freely. Memory Watcher is written in C++ using the
  35. Microsoft Foundation Class Library. Happing coding!!
  36.  
  37. PS: Please let me know what you think! <Suggestions> <Complaints> <Threats>
  38.  
  39. Todd Osborne
  40. Author
  41. CIS ID: 71431,2243
  42.  
  43.  
  44. **** VERSION 1.1 RELEASE 1/13/94 ****
  45.  
  46. I included the MFC source code with the standard upload. Please feel free
  47. to look at this code and/or update MemWatch as you deem necessary. But please,
  48. do NOT upload a modified version to CIS or any other media. It would be
  49. impossible for me to keep track of 800 different versions. If you have an
  50. idea, or code you wrote to modify MemWatch, please let me know. I will
  51. integrate your code and give you credit. Thanks!
  52.  
  53. The only thing that was changed from version 1.0 to 1.1 is the addition of
  54. user configurable timing. The default timing for 1.0 was 1/2 second and 
  55. could not be changed. In version 1.1 the default is 1/10 of a second and
  56. can be changed from the system pull down menu. Enjoy!
  57.