This is a static copy of a profile reportHome
graphics.linkprop.linkprop>localRemoveHandle (3 calls, 0.011 sec)
Generated 05-Aug-2011 13:03:28 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/@graphics/@linkprop/linkprop.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 |
155 | removetarget(hLink,hTarget); | 3 | 0.011 s | 100.0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.011 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
graphics.linkprop.removetarget | function | 3 | 0.011 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.011 s | 100% | |
Code Analyzer results
Line number | Message |
154 | Input argument 'hProp' might be unused, although a later one is used. Consider replacing it by ~. |
154 | Input argument 'hEvent' might be unused, although a later one is used. Consider replacing it by ~. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 2 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
154 function localRemoveHandle(hProp,hEvent,hTarget,hLink)
0.01 3 155 removetarget(hLink,hTarget);
Other subfunctions in this file are not included in this listing.