This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
HelpTopicMap>HelpTopicMap.mapSingleTopicclass method1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
148
if ~isempty(find(matches(["pha...
10.000 s83.0%
151
fallback = false;
10.000 s4.6%
153
end
10.000 s3.3%
150
else
10.000 s1.3%
152
end
10.000 s0.7%
All other lines  0.000 s7.2%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run5
Code lines that did not run1
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.