‎03-26-2009 05:58 AM
How we can observe the physical memory consumed by the code running on windows?
There is a way to see the processor performance by using windows task manager, but what about the memory?
Solved! Go to Solution.
‎03-26-2009 07:11 AM
‎03-26-2009 09:18 AM
There's also the LabVIEW Performance Monitor (assuming you have the Professional version of LabVIEW). Tools -> Profile -> Performance and Memory.
There's also the Windows Performance Monitor which allows you to select specific apps and threads. Tons of information there.
‎03-27-2009 08:08 AM
‎03-27-2009 08:59 AM
‎03-27-2009 09:03 AM
sgregor249 wrote:
If you're trying to display/determine the total memory/cpu usage on a PC, you can use .NET preformance counter.
You can also use the built-in System Monitor, as I showed in this example.
‎03-27-2009 11:40 AM