This is a static copy of a profile report

Home

double.superiorfloat (2153 calls, 0.020 sec)
Generated 05-Nov-2014 07:53:25 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/matlab/datatypes/@double/superiorfloat.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
interp1function2153
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
7
classname = 'double';
21530.020 s100.0%
All other lines  0 s0%
Totals  0.020 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
1A Code Analyzer message was once suppressed here, but the message is no longer generated.
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)6
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
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.02 2153 7 classname = 'double';