This is a static copy of a profile reportHome
double.superiorfloat (2613 calls, 0.055 sec)
Generated 05-Aug-2011 13:00:54 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/datatypes/@double/superiorfloat.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 |
7 | classname = 'double'; | 2613 | 0.011 s | 20.0% |  |
All other lines | | | 0.044 s | 80.0% |  |
Totals | | | 0.055 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Line number | Message |
1 | An M-Lint message was once suppressed here, but the message is no longer generated. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 6 |
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
1 function classname = superiorfloat(varargin)%#ok
2 %SUPERIORFLOAT returns 'double' if superior input has class double.
3
4 % Copyright 1984-2006 The MathWorks, Inc.
5 % $Revision: 1.1.8.3 $ $Date: 2006/06/20 20:09:28 $
6
0.01 2613 7 classname = 'double';