This is a static copy of a profile report

Home

Function details for repmat>checkSizesTypeThis is a static copy of a profile report

Home

repmat>checkSizesType (Calls: 26, Time: 0.000 s)
Generated 02-May-2020 21:54:39 using performance time.
subfunction in file /Applications/MATLAB_R2018a.app/toolbox/matlab/elmat/+matlab/+internal/+builtinhelper/repmat.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
repmatfunction26
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
117
elseif ~isreal(siz)
260.000 s2.4%
115
if ischar(siz)
260.000 s0.4%
All other lines  0.000 s97.2%
Totals  0.000 s100% 
Children (called functions)
No children
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
 114 
function siz = checkSizesType(siz)
< 0.001 
     26 
 115
if ischar(siz) 
 116 
    error(message('MATLAB:repmat:nonNumericReplications'));
< 0.001 
     26 
 117
elseif ~isreal(siz) 
 118 
    error(message('MATLAB:repmat:complexReplications'));
 119 
end

Other subfunctions in this file are not included in this listing.