So, lately I have been trying to profile the memory usage of my program. I can use the Profile -> Performance and Memory and it gives me an idea of what some of the VI's are doing... but honestly It doesn't answer any of the questions i have for LVOOP. Also if someone has a good link on how the Performance and Memory should be used. I just feel like I don't get any relevant information from it.
I am curious if there is a way to:
Tell how many instances of class N are currently in memory.
How much memory is currently allocated to Instance M of class N
View/Probe private data of this class
I feel like there should be some way to monitor this information, or maybe that's just wishful thinking.