profsave
Save profile result to HTML format.
Syntax
profsave
profsave(profile_info)
profsave(profile_info, dirname)
Input argument
profile_info - a struct: result of profile('info')
dirname - a string: output directory destination.
Description
profsave exports the profiling data into a series of HTML files.
The input profile_info is the structure returned by profile('info').
If unspecified, profsave will use the current profile.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated