This is a static copy of a profile report

Home

hgbehaviorfactory>localGetBehaviorInfo (5 calls, 0.010 sec)
Generated 28-Feb-2011 19:17:59 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)

Function NameFunction TypeCalls
hgbehaviorfactory>localCreateM-subfunction5
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
98
info.constructor = 'graphics.p...
50.010 s100.0%
153
behaviorinfo{end+1} = info;
50 s0%
152
info.constructor = 'datamanage...
50 s0%
151
info.targetdescription = 'Any ...
50 s0%
150
info.name = 'Brush';
50 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)
No children
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function70
Non-code lines (comments, blank lines)14
Code lines (lines that can run)56
Code lines that did run56
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
84 function [behaviorinfo] = localGetBehaviorInfo
85 % Loads info for registered behavior objects
86
5 87 behaviorinfo = {};
88
5 89 info = [];
5 90 info.name = 'Plotedit';
5 91 info.targetdescription = 'Any Graphics Object';
5 92 info.constructor = 'graphics.ploteditbehavior';
5 93 behaviorinfo{end+1} = info;
94
5 95 info = [];
5 96 info.name = 'Print';
5 97 info.targetdescription = 'Any Graphics Object';
< 0.01 5 98 info.constructor = 'graphics.printbehavior';
5 99 behaviorinfo{end+1} = info;
100
5 101 info = [];
5 102 info.name = 'Zoom';
5 103 info.targetdescription = 'Axes';
5 104 info.constructor = 'graphics.zoombehavior';
5 105 behaviorinfo{end+1} = info;
106
5 107 info = [];
5 108 info.name = 'Pan';
5 109 info.targetdescription = 'Axes';
5 110 info.constructor = 'graphics.panbehavior';
5 111 behaviorinfo{end+1} = info;
112
5 113 info = [];
5 114 info.name = 'Rotate3d';
5 115 info.targetdescription = 'Axes';
5 116 info.constructor = 'graphics.rotate3dbehavior';
5 117 behaviorinfo{end+1} = info;
118
5 119 info = [];
5 120 info.name = 'DataCursor';
5 121 info.targetdescription = 'Axes and Axes Children';
5 122 info.constructor = 'graphics.datacursorbehavior';
5 123 behaviorinfo{end+1} = info;
124
5 125 info = [];
5 126 info.name = 'MCodeGeneration';
5 127 info.targetdescription = 'Axes and Axes Children';
5 128 info.constructor = 'graphics.mcodegenbehavior';
5 129 behaviorinfo{end+1} = info;
130
5 131 info = [];
5 132 info.name = 'DataDescriptor';
5 133 info.targetdescription = 'Axes and Axes Children';
5 134 info.constructor = 'graphics.datadescriptorbehavior';
5 135 behaviorinfo{end+1} = info;
136
5 137 info = [];
5 138 info.name = 'PlotTools';
5 139 info.targetdescription = 'Any graphics object';
5 140 info.constructor = 'objutil.plottoolsbehavior';
5 141 behaviorinfo{end+1} = info;
142
5 143 info = [];
5 144 info.name = 'Linked';
5 145 info.targetdescription = 'Any graphics object';
5 146 info.constructor = 'datamanager.linkbehavior';
5 147 behaviorinfo{end+1} = info;
148
5 149 info = [];
5 150 info.name = 'Brush';
5 151 info.targetdescription = 'Any graphics object';
5 152 info.constructor = 'datamanager.brushbehavior';
5 153 behaviorinfo{end+1} = info;

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