Getting Started |
Profiler
MATLAB includes the Profiler to help you improve the performance of your M-files. Run a MATLAB statement or an M-file in the Profiler and it produces a report of where the time is being spent. Access the Profiler from the Desktop menu, or use the profile
function.
For More Information
See Tuning and Managing M-Files in the MATLAB Desktop Tools and Development Environment documentation, and the reference page for the profile function. |
M-Lint Code Check and Profiler Reports | Other Development Environment Features |
© 1994-2005 The MathWorks, Inc.