This is a static copy of a profile report

Home

images/private/mkconstarray (53999 calls, 9.573 sec)
Generated 05-Nov-2014 07:52:39 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/images/images/private/mkconstarray.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
padarray>ConstantPadsubfunction53999
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
9
out = repmat(feval(class, valu...
539998.882 s92.8%
All other lines  0.691 s7.2%
Totals  9.573 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
repmatfunction539997.260 s75.8%
Self time (built-ins, overhead, etc.)  2.313 s24.2%
Totals  9.573 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)8
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 out = mkconstarray(class, value, size)
2 %MKCONSTARRAY creates a constant array of a specified numeric class.
3 % A = MKCONSTARRAY(CLASS, VALUE, SIZE) creates a constant array
4 % of value VALUE and of size SIZE.
5
6 % Copyright 1993-2003 The MathWorks, Inc.
7 % $Revision: 1.8.4.1 $ $Date: 2003/01/26 06:00:35 $
8
8.88 53999 9 out = repmat(feval(class, value), size);

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