This is a static copy of a profile report

Home

polyfit>warnIfLargeConditionNumber (202 calls, 0.300 sec)
Generated 05-Nov-2014 07:52:57 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/polyfun/polyfit.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
polyfitfunction202
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
94
flag = (condest(R) > 1e+10)...
2020.290 s96.7%
93
if isa(R, 'double')
2020 s0%
All other lines  0.010 s3.3%
Totals  0.300 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
condestfunction2020.290 s96.7%
Self time (built-ins, overhead, etc.)  0.010 s3.3%
Totals  0.300 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run2
Code lines that did not run3
Coverage (did run/can run)40.00 %
Function listing
   time   calls  line
92 function flag = warnIfLargeConditionNumber(R)
202 93 if isa(R, 'double')
0.29 202 94 flag = (condest(R) > 1e+10);
95 else
96 flag = (condest(R) > 1e+05);
97 end