This is a static copy of a profile report

Home

repmat>checkSizesType (Calls: 312, Time: 0.001 s)
Generated 16-Jul-2020 17:09:30 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/elmat/+matlab/+internal/+builtinhelper/repmat.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
repmatfunction312
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
89
if ~(isnumeric(siz) || islogic...
3120.000 s20.3%
93
end
3120.000 s9.0%
91
elseif ~isreal(siz)
3120.000 s1.8%
All other lines  0.001 s68.9%
Totals  0.001 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 run3
Code lines that did not run2
Coverage (did run/can run)60.00 %
Function listing
time 
Calls 
 line
  88 
function siz = checkSizesType(siz)
< 0.001 
    312 
  89
if ~(isnumeric(siz) || islogical(siz)) 
  90 
    throwAsCaller(MException(message('MATLAB:repmat:nonNumericReplications')));
< 0.001 
    312 
  91
elseif ~isreal(siz) 
  92 
    throwAsCaller(MException(message('MATLAB:repmat:complexReplications')));
< 0.001 
    312 
  93
end 

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