This is a static copy of a profile report

Home

printtables>localBuildOptions (Calls: 36, Time: 0.002 s)
Generated 16-Jul-2020 17:08:30 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/graphics/printing/printtables.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
printtablesfunction36
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
60
if ispc
360.001 s44.7%
67
options = [ options ; platform...
360.001 s35.1%
68
end
360.000 s1.2%
40
options = { 
360.000 s0.7%
64
platform_options = {};
360.000 s0.5%
All other lines  0.000 s17.9%
Totals  0.002 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
ispcfunction360.000 s19.5%
Self time (built-ins, overhead, etc.)  0.001 s80.5%
Totals  0.002 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function33
Non-code lines (comments, blank lines)25
Code lines (lines that can run)8
Code lines that did run7
Code lines that did not run1
Coverage (did run/can run)87.50 %
Function listing
time 
Calls 
 line
  36 
function options = localBuildOptions 
  37 
%
  38 
% Set up print options table
  39 
%
< 0.001 
     36 
  40
options = {  
  41 
    'loose'
  42 
    'tiff'
  43 
    'append'
  44 
    'adobecset'
  45 
    'cmyk'
  46 
    'r'
  47 
    'noui'
  48 
    'opengl'
  49 
    'painters'
  50 
    'zbuffer'
  51 
    'tileall'
  52 
    'printframes'
  53 
    'pages'
  54 
    'fillpage' % only for figures
  55 
    'bestfit'  % only for figures
  56 
    'numcopies' %Undocumented, and only for simulink
  57 
    'DEBUG'    %Undocumented, prints out diagnostic information
  58 
};
  59 

< 0.001 
     36 
  60
if ispc 
  61 
    platform_options = { 'v' };
  62 
    
< 0.001 
     36 
  63
else %must be unix 
< 0.001 
     36 
  64
    platform_options = {}; 
< 0.001 
     36 
  65
end 
  66 

< 0.001 
     36 
  67
options = [ options ; platform_options ]; 
< 0.001 
     36 
  68
end 

Other subfunctions in this file are not included in this listing.