This is a static copy of a profile report

Home

webpipe>navfig (39 calls, 0.011 sec)
Generated 05-Aug-2011 13:03:57 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/support/webpipe.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
webpipe>subpagessubfunction39
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
408
fprintf(fid,sprintf(' [<a h...
1370.011 s100.0%
412
return;
390 s0%
411
fprintf(fid,'\n<p>\n');
390 s0%
409
end
1370 s0%
407
for i=1:num
390 s0%
All other lines  0 s0%
Totals  0.011 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function10
Non-code lines (comments, blank lines)4
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
403 function navfig(fid,num)
404
39 405 fprintf(fid,'\n<p>\n');
406
39 407 for i=1:num
0.01 137 408 fprintf(fid,sprintf(' [<a href="#fig%u">%u</a>] ',i,i));
137 409 end
410
39 411 fprintf(fid,'\n<p>\n');
39 412 return;

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