This is a static copy of a profile reportHome
funfun/private/uselargeoptimstruct (1720 calls, 0.011 sec)
Generated 05-Aug-2011 13:03:53 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/funfun/private/uselargeoptimstruct.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
optimset | function | 1720 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
10 | license('test','simulink_contr... | 1720 | 0 s | 0% |  |
7 | val = license('test','Optimiza... | 1720 | 0 s | 0% |  |
All other lines | | | 0.011 s | 100.0% |  |
Totals | | | 0.011 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 10 |
Non-code lines (comments, blank lines) | 8 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
1 function val = uselargeoptimstruct
2 % Check to see if the large options structure should be returned.
3
4 % Copyright 2008 The MathWorks, Inc.
5 % $Revision: 1.1.10.1 $ $Date: 2008/12/01 07:17:39 $
6
1720 7 val = license('test','Optimization_Toolbox') || ...
8 license('test','curve_fitting_toolbox') || ...
9 license('test','statistics_toolbox') || ...
1720 10 license('test','simulink_control_design');