12-12-2006 10:07 AM
12-12-2006 10:42 AM
The easiest way is to use the Windows task manager. Open the task manager, sort the processes by name and keep an eye on the memory used by your application (works best if application is built into an .exe).
Many programs, depending on what they do, will peak out at a certain memory useage. If you notice yours continually going up without ever seeming to level off, then you have a problem.
Within the editor environment, you can use the built in performance monitor fromt the tools menu to take snapshots of what is happening with each function, vi, etc. sort these by the largest memory useage and take snapshots at regular intervals to see what is continually growing on you.
12-12-2006 10:50 AM
12-13-2006 04:20 PM