This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
genfigAlphafunction48
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
124
return;
480 s0%
122
end
480 s0%
121
m=i; n=j;
480 s0%
120
else
480 s0%
118
if (swap)
480 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)3
Code lines (lines that can run)6
Code lines that did run5
Code lines that did not run1
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.