03-15-2010 10:25 AM
Hello,
I am debugging the memory issue in a LabVIEW application. I would like to log the memory usage values of my program so that I could have a general idea about when and how much the memory was occupied in each loop. Does anyone know how to save the info in windows task manager? I am thinking of using .NET constructor node, but don't know which object to use.
Thanks a lot!
Regards,
Jean
03-15-2010 10:38 AM
Jean,
the answer depends on the level you are working in.
You can use the Windows Performance Monitor (perfom) in order to log the memory usage of the application instance LabVIEW.exe.
You can use several tools available which do quite the same, but maybe on a more detailed level (www.sysinternals.com for instance) .
You can also use LV tools for further information on LV-internals. If you are running on Windows, you would use the LabVIEW Desktop Execution Trace Toolkit.
hope this helps,
Norbert
03-15-2010 10:42 AM