This is a static copy of a profile reportHome
strfun\private\convertStringToOriginalTextType (Calls: 7, Time: 0.001 s)
Generated 04-Jun-2021 04:11:08 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\strfun\private\convertStringToOriginalTextType.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
strip | function | 2 |
erase | function | 5 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
10 | outputValue = cellstr(outputVa... | 5 | 0.000 s | 24.3% |  |
7 | outputValue = char(outputValue... | 2 | 0.000 s | 12.2% |  |
4 | if ismissing(outputValue) | 2 | 0.000 s | 8.7% |  |
9 | elseif iscell(originalInput) | 5 | 0.000 s | 8.6% |  |
3 | if ischar(originalInput) | 7 | 0.000 s | 6.8% |  |
All other lines | | | 0.000 s | 39.4% |  |
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 | 12 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 10 |
Code lines that did run | 9 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 90.00 % |
Function listing
time | Calls | line |
---|
| | 1 | function outputValue = convertStringToOriginalTextType(outputValue, originalInput)
|
| | 2 |
|
< 0.001 | 7 | 3 | if ischar(originalInput)
|
< 0.001 | 2 | 4 | if ismissing(outputValue)
|
| | 5 | outputValue = '';
|
< 0.001 | 2 | 6 | else
|
< 0.001 | 2 | 7 | outputValue = char(outputValue);
|
< 0.001 | 2 | 8 | end
|
< 0.001 | 5 | 9 | elseif iscell(originalInput)
|
< 0.001 | 5 | 10 | outputValue = cellstr(outputValue);
|
< 0.001 | 7 | 11 | end
|
< 0.001 | 7 | 12 | end
|
Other subfunctions in this file are not included in this listing.