This is a static copy of a profile report

Home

cov>iscovflag (12115 calls, 0.230 sec)
Generated 05-Nov-2014 07:53:52 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/datafun/cov.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
covfunction12115
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
104
y = isscalar(x) && (x=...
121150.070 s30.4%
All other lines  0.160 s69.6%
Totals  0.230 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function3
Non-code lines (comments, blank lines)2
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
102 function y = iscovflag(x)
103 % flag for cov must be 0 or 1.
0.07 12115 104 y = isscalar(x) && (x==0 || x==1);