MATLAB Function Reference Previous page   Next Page
profsave

Save profile report in HTML format

Syntax

Description

profsave executes the profile('info') function and saves the results in HTML format. profsave creates a separate HTML file for each function listed in the FunctionTable field of the structure returned by profile. By default, profsave stores the HTML files in a subdirectory of the current directory named profile_results.

profsave(profinfo) saves the profiling results, profinfo, in HTML format. profinfo is a structure of profiling information returned by the profile('info') function.

profsave(profinfo,dirname) saves the profiling results, profinfo, in HTML format. profsave creates a separate HTML file for each function listed in the FunctionTable field of profinfo and stores them in the directory specified by dirname.

Examples

Run profile and save the results.

See Also

profile

Profiling for Improving Performance in the MATLAB Desktop Tools and Development Environment documentation


Previous page  profile propedit Next page

© 1994-2005 The MathWorks, Inc.