This is a static copy of a profile report

Home

num2str>cellPrintf (120 calls, 0.013 sec)
Generated 04-Aug-2014 13:05:18 using cpu time.
subfunction in file /share/apps/matlabr2014a/toolbox/matlab/strfun/num2str.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
num2strfunction120
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
168
if ~isempty(err)
1200.006 s50.0%
166
try
1200.006 s50.0%
176
end
1200 s0%
167
[cells, err, isLeft] = sprintf...
1200 s0%
All other lines  0 s0%
Totals  0.013 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function12
Non-code lines (comments, blank lines)1
Code lines (lines that can run)11
Code lines that did run4
Code lines that did not run7
Coverage (did run/can run)36.36 %
Function listing
time 
calls 
 line
 165 
function [cells, isLeft] = cellPrintf(f, x, b)
< 0.01 
    120 
 166 
    try 
    120 
 167 
        [cells, err, isLeft] = sprintfc(f, x, b); 
< 0.01 
    120 
 168 
        if ~isempty(err) 
 169 
            warning(message('MATLAB:num2str:badConversion', err));
 170 
        end
 171 
    catch e
 172 
        warning(e.identifier, e.message);
 173 
        cells = {''};
 174 
        isLeft = false;
 175 
    end
    120 
 176 
end 

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