System Resource Monitor for Windows
by Xin Zhao
11 Jun 2010
A GUI used to monitor and record the system resources(memory, CPU usage)
|
Watch this File
|
| File Information |
| Description |
This is a GUI wrapper for my "System Information Class for Windows". This one keeps running and record your machine resources(memory in DB, and CPU usage in %) used by the current MATLAB.
You may use this GUI to verify the memory allocation of MATLAB.
for example
data = zeros(1e7, 1); % increase memory usage
data = zeros(1e7, 1); % NO memory usage change
data = data * 2; % NO memory usage change
data2 = data * 2; % increase memory usage
to see the CPU usage change, try for loops :-) |
| Acknowledgements |
System Information Class For Windows
inspired this file.
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
| Other requirements |
This feature only works with R2009a and up. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us