This is a static copy of a profile report

Home

fitOneOverF>residualWhite (21536 calls, 0.514 sec)
Generated 05-Aug-2011 13:03:52 using cpu time.
nested function in file /home/LeechJ/cbass_analysis/reduc/fitOneOverF.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
fitOneOverF>@(y)residualWhite(y)anonymous function21536
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
98
r=sum(difference .* difference...
215360.208 s40.4%
97
difference = (logFitSpectrum -...
215360.109 s21.3%
99
end
215360.033 s6.4%
96
logFitSpectrum=log(y(1));     ...
215360 s0%
All other lines  0.164 s31.9%
Totals  0.514 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
95 function r = residualWhite(y)
21536 96 logFitSpectrum=log(y(1));
0.11 21536 97 difference = (logFitSpectrum - logP) - 0.5772156649015328606065;
0.21 21536 98 r=sum(difference .* difference);
0.03 21536 99 end

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