This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
98 | r=sum(difference .* difference... | 21536 | 0.208 s | 40.4% |  |
97 | difference = (logFitSpectrum -... | 21536 | 0.109 s | 21.3% |  |
99 | end | 21536 | 0.033 s | 6.4% |  |
96 | logFitSpectrum=log(y(1)); ... | 21536 | 0 s | 0% |  |
All other lines | | | 0.164 s | 31.9% |  |
Totals | | | 0.514 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
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.