04-18-2012 08:46 PM
Hello,
Is there any way/application available for monitoring VIs loaded into memory? I imagine something like NI Spy, but for spying VIs in memory instead of datastream from serial.
Thank you.
04-18-2012 11:09 PM
Tools -> Profile -> Performance and Memory...?
Also, if you drop a property node on your block diagram, set the class to Application (the default), there is a property Application -> All VIs in Memory which will let you programmatically obtain a list of the VIs loaded in the current application instance.