This is a static copy of a profile reportHome
importdata>maxNotData (4 calls, 0.011 sec)
Generated 05-Aug-2011 13:01:23 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/iofun/importdata.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 |
640 | if ~isdata(cellstring{i}) | 116 | 0.011 s | 100.0% |  |
644 | end | 116 | 0 s | 0% |  |
639 | for i = len:-1:1 | 4 | 0 s | 0% |  |
638 | index = 0; | 4 | 0 s | 0% |  |
637 | len = length(cellstring); | 4 | 0 s | 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 |
importdata>isdata | subfunction | 116 | 0.011 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.011 s | 100% | |
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 8 |
Code lines that did run | 5 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 62.50 % |
Function listing
time calls line
636 function index = maxNotData(cellstring)
4 637 len = length(cellstring);
4 638 index = 0;
4 639 for i = len:-1:1
0.01 116 640 if ~isdata(cellstring{i})
641 index = i;
642 break;
643 end
116 644 end
Other subfunctions in this file are not included in this listing.