This is a static copy of a profile reportHome
HelpTopicMap>HelpTopicMap.isFallbackTopic (Calls: 1, Time: 0.000 s)
Generated 18-May-2021 16:05:20 using performance time.
class method in file /usr/local/MATLAB/R2021a/toolbox/matlab/helptools/+matlab/+internal/+doc/+csh/HelpTopicMap.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 |
| 148 | if ~isempty(find(matches(["pha... | 1 | 0.000 s | 83.0% |  |
| 151 | fallback = false; | 1 | 0.000 s | 4.6% |  |
| 153 | end | 1 | 0.000 s | 3.3% |  |
| 150 | else | 1 | 0.000 s | 1.3% |  |
| 152 | end | 1 | 0.000 s | 0.7% |  |
| All other lines | | | 0.000 s | 7.2% |  |
| Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 7 |
| Non-code lines (comments, blank lines) | 1 |
| Code lines (lines that can run) | 6 |
| Code lines that did run | 5 |
| Code lines that did not run | 1 |
| Coverage (did run/can run) | 83.33 % |
Function listing
time | Calls | line |
|---|
| | 147 | function fallback = isFallbackTopic(obj, topic)
|
< 0.001 | 1 | 148 | if ~isempty(find(matches(["phased" "radar"], obj.shortname), 1))
|
| | 149 | fallback = strlength(topic) > namelengthmax;
|
< 0.001 | 1 | 150 | else
|
< 0.001 | 1 | 151 | fallback = false;
|
< 0.001 | 1 | 152 | end
|
< 0.001 | 1 | 153 | end
|
Other subfunctions in this file are not included in this listing.