bbean Posted August 25, 2007 Report Share Posted August 25, 2007 Is there a VI property/method or way to return the currnt memory usuage of a VI that is running? How does the profiler accomplish this? The reason I need to do this is that I want to monitor the memory usuage of template vi instances that I run. If I start the profiler before I run the application to track memory usage, the instances of the VIs are shown when they are opened, but they always show 0k for their use. I was also contemplating creating a graphical memory profiler....has this been done before in LV? B Quote Link to comment
Neville D Posted August 25, 2007 Report Share Posted August 25, 2007 QUOTE(bbean @ Aug 23 2007, 04:45 PM) Is there a VI property/method or way to return the currnt memory usuage of a VI that is running? How does the profiler accomplish this? B There is a VI property: metrics that has * size of BD * size of FP * code size. I am not sure if it will work on a running VI. Neville. Quote Link to comment
bbean Posted August 25, 2007 Author Report Share Posted August 25, 2007 QUOTE(Neville D @ Aug 23 2007, 08:08 PM) There is a VI property: metrics that has* size of BD * size of FP * code size. I am not sure if it will work on a running VI. Neville. BD and FP size are available during runtime but Data Size is not. BD and FP don't seem to change while the VI is running Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.