This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
cov | function | 12115 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
104 | y = isscalar(x) && (x=... | 12115 | 0.070 s | 30.4% |  |
All other lines | | | 0.160 s | 69.6% |  |
Totals | | | 0.230 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
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);