This is a static copy of a profile report

Home

tabular.disp>containsRegexp (Calls: 24, Time: 0.006 s)
Generated 16-Jul-2020 17:09:58 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/datatypes/tabular/@tabular/disp.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabular.disp>alignTabularContentssubfunction8
tabular.disp>boldifyLabelssubfunction16
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
538
starts = regexp(text,pat,'once...
240.004 s73.1%
540
tf = ~cellfun('isempty',starts...
240.001 s13.9%
539
if iscell(starts)
240.000 s3.4%
544
end
240.000 s3.0%
543
end
240.000 s0.1%
All other lines  0.000 s6.6%
Totals  0.006 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function8
Non-code lines (comments, blank lines)1
Code lines (lines that can run)7
Code lines that did run5
Code lines that did not run2
Coverage (did run/can run)71.43 %
Function listing
time 
Calls 
 line
 537 
function tf = containsRegexp(text,pat)
  0.004 
     24 
 538
    starts = regexp(text,pat,'once'); 
< 0.001 
     24 
 539
    if iscell(starts) 
< 0.001 
     24 
 540
        tf = ~cellfun('isempty',starts); 
 541 
    else
 542 
        tf = ~isempty(starts);
< 0.001 
     24 
 543
    end 
< 0.001 
     24 
 544
end 

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