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
Function Name | Function Type | Calls |
printtables | function | 36 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
60 | if ispc | 36 | 0.001 s | 44.7% | |
67 | options = [ options ; platform... | 36 | 0.001 s | 35.1% | |
68 | end | 36 | 0.000 s | 1.2% | |
40 | options = { | 36 | 0.000 s | 0.7% | |
64 | platform_options = {}; | 36 | 0.000 s | 0.5% | |
All other lines | 0.000 s | 17.9% | |||
Totals | 0.002 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
ispc | function | 36 | 0.000 s | 19.5% | |
Self time (built-ins, overhead, etc.) | 0.001 s | 80.5% | |||
Totals | 0.002 s | 100% |
Total lines in function | 33 |
Non-code lines (comments, blank lines) | 25 |
Code lines (lines that can run) | 8 |
Code lines that did run | 7 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 87.50 % |
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.