This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
importdata>isvaliddatasubfunction4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
640
if ~isdata(cellstring{i})
1160.011 s100.0%
644
end
1160 s0%
639
for i = len:-1:1
40 s0%
638
index = 0;
40 s0%
637
len = length(cellstring);
40 s0%
All other lines  0 s0%
Totals  0.011 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
importdata>isdatasubfunction1160.011 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.011 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)1
Code lines (lines that can run)8
Code lines that did run5
Code lines that did not run3
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.