This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
408 | fprintf(fid,sprintf(' [<a h... | 137 | 0.011 s | 100.0% |  |
412 | return; | 39 | 0 s | 0% |  |
411 | fprintf(fid,'\n<p>\n'); | 39 | 0 s | 0% |  |
409 | end | 137 | 0 s | 0% |  |
407 | for i=1:num | 39 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.011 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 10 |
Non-code lines (comments, blank lines) | 4 |
Code lines (lines that can run) | 6 |
Code lines that did run | 6 |
Code lines that did not run | 0 |
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.