| Re: Are my CPU & Mem Usage are perfect?? |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.labview · Group Profile
Date: May 16, 2008 05:18
There is no way to tell how much memory an application should take. But what
you can tell, if whether it is growing or not.
To test this, simply start the app., write down the memory use values, and
do the same after a few days. That is the most reliable way to test it.
You can make benchmark programs specifically designed to stress some
routines. For instance, take a DAQ routine that is called every minute, and
make a test program that calls it every second. If there is a leak, it will
show 60 times faster!
Seach the forum for "memory leak" to find more on the subject.
Regards,
Wiebe.
|