This is a static copy of a profile report Home
Function details for repmat>checkSizesType This 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 Name Function Type Calls repmat function 26
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 117 elseif ~isreal(siz) 26 0.000 s 2.4% 115 if ischar(siz) 26 0.000 s 0.4% All other lines 0.000 s 97.2% Totals 0.000 s 100%
Children (called functions) No children
Code Analyzer results No Code Analyzer messages.
Coverage results Show coverage for parent directoryTotal lines in function 6 Non-code lines (comments, blank lines) 1 Code lines (lines that can run) 5 Code lines that did run 2 Code lines that did not run 3 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.