This is a static copy of a profile reportHome
imuitools\private\imageDisplayParseInputs>checkCoords (2 calls, 0.000 sec)
Generated 15-Mar-2007 12:02:01 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\images\imuitools\private\imageDisplayParseInputs.m
[Copy to new window for comparing multiple runs]
Parents (calling functions)
Lines where the most time was spent
No measurable time spent in this function| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 407 | if numel(coords) < 2 | 2 | 0 s | 0% |  |
| 404 | iptcheckinput(coords, {'numeri... | 2 | 0 s | 0% |  |
| Other lines & overhead | | | 0 s | 0% |  |
| Totals | | | 0.000 s | 0% | |
Children (called functions)
| Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
| iptcheckinput | MEX-function | 2 | 0 s | 0% |  |
| Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
| Totals | | | 0.000 s | 0% | |
M-Lint results
Coverage results
[ Show coverage for parent directory ]
| Total lines in file | 11 |
| Non-code lines (comments, blank lines) | 6 |
| Code lines (lines that can run) | 5 |
| Code lines that did run | 2 |
| Code lines that did not run | 3 |
| Coverage (did run/can run) | 40.00 % |
Function listing
time calls line
402 function checkCoords(coords,coord_string,arg_pos)
403
2 404 iptcheckinput(coords, {'numeric'}, {'real' 'nonsparse' 'finite' 'vector'}, ...
405 mfilename, coord_string, arg_pos);
406
2 407 if numel(coords) < 2
408 eid = sprintf('Images:%s:need2Coords', mfilename);
409 error(eid,'%s must be a 2-element vector.',coord_string);
410 end
411
412 %----------------------------------------
Other subfunctions in this file are not included in this listing.