home *** CD-ROM | disk | FTP | other *** search
-
- --------------------------------------
- Name: memdiff
- Purpose: Shows memory usage
- Requires: MUI 3.1
- Version: 1.0.0 (03.01.97)
- Author: Christian Kemp (ckemp@vo.lu)
- --------------------------------------
-
-
- While writing another program, I wanted to have a program
- that displayed free memory before/after running the first
- one, so that I could check if any memory was lost.
-
- There are other programs that do just this, and a simple
- "avail" would also do the job; but hey, this is an Amiga, so
- I decided to write my own.
-
- I re-invented the wheel, wrote 260 lines of source, spent
- two or three hours staring at XDME and SAS/C output and here
- it is! ;)
-
- It uses MUI. I like MUI. Yes, it's overkill. When loading
- the program (8456 bytes) - I know, some can do it in 1k -
- you will see nine empty text gadgets and three buttons.
-
- The first row of text buttons displays the free amount of
- memory after pressing "Start". The second row displays the
- amount after pressing "Stop" and the third one, above
- "Reset" shows the difference between the two. Obvious.
- BTW, the size is displayed in kb.
-
-
- Now this program isn't complicated and I don't really plan
- to enhance and support it for the next decade. Chances are
- very high that this is the first and last release. It does
- what I want it to; mission accomplished! ;)
-
- If you want more features, ask. I might implement them, I
- might send you the source so that you can implement them.
-
-
- memdiff is Copyright 1997 Christian Kemp.
- The usual distribution restrictions apply (no profit, no
- changes, etc.)
-
- Mail me at ckemp@vo.lu for any reason, or visit my homepage
- at http://www.vo.lu/homepages/ckemp/
-
-