This is a static copy of a profile reportHome
tabular.disp>vectorizedWrappedLength (Calls: 16, Time: 0.001 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 |
500 | len = zeros(size(s)); | 16 | 0.001 s | 38.5% | |
501 | for i = 1:numel(s) | 16 | 0.001 s | 36.7% | |
504 | end | 16 | 0.000 s | 1.5% | |
All other lines | | | 0.000 s | 23.3% | |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 3 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 60.00 % |
Function listing
time | Calls | line |
---|
| | 499 | function len = vectorizedWrappedLength(s)
|
< 0.001 | 16 | 500 | len = zeros(size(s));
|
< 0.001 | 16 | 501 | for i = 1:numel(s)
|
| | 502 | len(i) = matlab.internal.display.wrappedLength(s(i));
|
| | 503 | end
|
< 0.001 | 16 | 504 | end
|
Other subfunctions in this file are not included in this listing.