This is a static copy of a profile report

Home

printtables>localBuildOptions (18 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:03 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/graphics/printtables.m
Copy to new window for comparing multiple runs

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
66
end
180 s0%
65
options = [ options ; platform...
180 s0%
63
end
180 s0%
62
platform_options = {};
180 s0%
61
else %must be unix
180 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
ispcfunction180 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function31
Non-code lines (comments, blank lines)23
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 
%
     18 
  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 
    'numcopies' %Undocumented, and only for simulink
  55 
    'DEBUG'    %Undocumented, prints out diagnostic information
  56 
};
  57 

     18 
  58 
if ispc 
  59 
    platform_options = { 'v' };
  60 
    
     18 
  61 
else %must be unix 
     18 
  62 
    platform_options = {}; 
     18 
  63 
end 
  64 

     18 
  65 
options = [ options ; platform_options ]; 
     18 
  66 
end 

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