This is a static copy of a profile report

Home

importdata>emptyCharCell (4 calls, 0.000 sec)
Generated 05-Aug-2011 13:00:36 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/iofun/importdata.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
importdata>parsesubfunction4
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
498
out = repmat({''}, [m, n]);
40 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
repmatfunction40 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function3
Non-code lines (comments, blank lines)2
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
496 function out = emptyCharCell(m,n)
497 %Create a cell array with empty strings of a given size
4 498 out = repmat({''}, [m, n]);

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