This is a static copy of a profile reportHome
genfigAlpha>swapIndex (48 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:47 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/plotting/genfigAlpha.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 functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
124 | return; | 48 | 0 s | 0% |  |
122 | end | 48 | 0 s | 0% |  |
121 | m=i; n=j; | 48 | 0 s | 0% |  |
120 | else | 48 | 0 s | 0% |  |
118 | if (swap) | 48 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 6 |
Code lines that did run | 5 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 83.33 % |
Function listing
time calls line
116 function [m,n]=swapIndex(swap,i,j)
117
48 118 if (swap)
119 m=j; n=i;
48 120 else
48 121 m=i; n=j;
48 122 end
123
48 124 return;
Other subfunctions in this file are not included in this listing.