This is a static copy of a profile report

Home

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 NameFunction TypeCalls
optimsetfunction1720
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
10
license('test','simulink_contr...
17200 s0%
7
val = license('test','Optimiza...
17200 s0%
All other lines  0.011 s100.0%
Totals  0.011 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function10
Non-code lines (comments, blank lines)8
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
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');