This is a static copy of a profile reportHome
hgbehaviorfactory>localGetBehaviorInfo (10 calls, 0.031 sec)
Generated 18-Mar-2011 23:32:57 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/graphics/hgbehaviorfactory.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
144 | info.name = 'Linked'; | 10 | 0.010 s | 33.3% |  |
92 | info.constructor = 'graphics.p... | 10 | 0.010 s | 33.3% |  |
153 | behaviorinfo{end+1} = info; | 10 | 0 s | 0% |  |
152 | info.constructor = 'datamanage... | 10 | 0 s | 0% |  |
151 | info.targetdescription = 'Any ... | 10 | 0 s | 0% |  |
All other lines | | | 0.010 s | 33.3% |  |
Totals | | | 0.031 s | 100% | |
Children (called functions)
No childrenM-Lint results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 70 |
Non-code lines (comments, blank lines) | 14 |
Code lines (lines that can run) | 56 |
Code lines that did run | 56 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
84 function [behaviorinfo] = localGetBehaviorInfo
85 % Loads info for registered behavior objects
86
10 87 behaviorinfo = {};
88
10 89 info = [];
10 90 info.name = 'Plotedit';
10 91 info.targetdescription = 'Any Graphics Object';
0.01 10 92 info.constructor = 'graphics.ploteditbehavior';
10 93 behaviorinfo{end+1} = info;
94
10 95 info = [];
10 96 info.name = 'Print';
10 97 info.targetdescription = 'Any Graphics Object';
10 98 info.constructor = 'graphics.printbehavior';
10 99 behaviorinfo{end+1} = info;
100
10 101 info = [];
10 102 info.name = 'Zoom';
10 103 info.targetdescription = 'Axes';
10 104 info.constructor = 'graphics.zoombehavior';
10 105 behaviorinfo{end+1} = info;
106
10 107 info = [];
10 108 info.name = 'Pan';
10 109 info.targetdescription = 'Axes';
10 110 info.constructor = 'graphics.panbehavior';
10 111 behaviorinfo{end+1} = info;
112
10 113 info = [];
10 114 info.name = 'Rotate3d';
10 115 info.targetdescription = 'Axes';
10 116 info.constructor = 'graphics.rotate3dbehavior';
10 117 behaviorinfo{end+1} = info;
118
10 119 info = [];
10 120 info.name = 'DataCursor';
10 121 info.targetdescription = 'Axes and Axes Children';
10 122 info.constructor = 'graphics.datacursorbehavior';
10 123 behaviorinfo{end+1} = info;
124
10 125 info = [];
10 126 info.name = 'MCodeGeneration';
10 127 info.targetdescription = 'Axes and Axes Children';
10 128 info.constructor = 'graphics.mcodegenbehavior';
10 129 behaviorinfo{end+1} = info;
130
10 131 info = [];
10 132 info.name = 'DataDescriptor';
10 133 info.targetdescription = 'Axes and Axes Children';
10 134 info.constructor = 'graphics.datadescriptorbehavior';
10 135 behaviorinfo{end+1} = info;
136
10 137 info = [];
10 138 info.name = 'PlotTools';
10 139 info.targetdescription = 'Any graphics object';
10 140 info.constructor = 'objutil.plottoolsbehavior';
10 141 behaviorinfo{end+1} = info;
142
10 143 info = [];
0.01 10 144 info.name = 'Linked';
10 145 info.targetdescription = 'Any graphics object';
10 146 info.constructor = 'datamanager.linkbehavior';
10 147 behaviorinfo{end+1} = info;
148
10 149 info = [];
10 150 info.name = 'Brush';
10 151 info.targetdescription = 'Any graphics object';
10 152 info.constructor = 'datamanager.brushbehavior';
10 153 behaviorinfo{end+1} = info;
Other subfunctions in this file are not included in this listing.