This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
538 | starts = regexp(text,pat,'once... | 24 | 0.004 s | 73.1% | |
540 | tf = ~cellfun('isempty',starts... | 24 | 0.001 s | 13.9% | |
539 | if iscell(starts) | 24 | 0.000 s | 3.4% | |
544 | end | 24 | 0.000 s | 3.0% | |
543 | end | 24 | 0.000 s | 0.1% | |
All other lines | | | 0.000 s | 6.6% | |
Totals | | | 0.006 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 7 |
Code lines that did run | 5 |
Code lines that did not run | 2 |
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.