This is a static copy of a profile report

Home

genvarname>isString (1 call, 0.000 sec)
Generated 05-Nov-2014 07:52:56 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/lang/genvarname.m
Copy to new window for comparing multiple runs

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
152
isIt = (isvector(content) &...
10 s0%
151
if ischar(content)
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
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
150 function isIt = isString(content)
1 151 if ischar(content)
1 152 isIt = (isvector(content) && (size(content,1) == 1)) || isempty(content);
153 else
154 isIt = false;
155 end

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