This is a static copy of a profile report

Home

optimfun/private/uselargeoptimstruct (26 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:10 using cpu time.
function in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/optimfun/private/uselargeoptimstruct.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
optimsetfunction26
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
12
license('test','Video_and_Imag...
260 s0%
8
sharedoptim = fulloptim || ...
260 s0%
6
fulloptim = license('test','Op...
260 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function12
Non-code lines (comments, blank lines)9
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
calls 
 line
   1 
function [sharedoptim, fulloptim] = uselargeoptimstruct
   2 
% Check to see if the large options structure should be returned.
   3 

   4 
%   Copyright 2008-2014 The MathWorks, Inc.
   5 

     26 
   6 
fulloptim = license('test','Optimization_Toolbox'); 
   7 

     26 
   8 
sharedoptim = fulloptim || ... 
   9 
              license('test','curve_fitting_toolbox') || ...
  10 
              license('test','statistics_toolbox') || ...
  11 
              license('test','simulink_control_design') || ...
     26 
  12 
              license('test','Video_and_Image_Blockset');