This is a static copy of a profile report

Home

HelpTopicMap>HelpTopicMap.mapTopic (Calls: 1, Time: 0.118 s)
Generated 18-May-2021 16:05:22 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
mapTopicfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
27
helpPath(i) = mapSingleTopic(o...
10.118 s99.8%
28
if helpPath(i) ~= ""
10.000 s0.1%
25
helpPath = strings(size(topicI...
10.000 s0.0%
26
for i = 1:length(topicId)
10.000 s0.0%
24
topicId = string(topicId);
10.000 s0.0%
All other lines  0.000 s0.0%
Totals  0.118 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
HelpTopicMap>HelpTopicMap.mapSingleTopicclass method10.116 s98.3%
Self time (built-ins, overhead, etc.)  0.002 s1.7%
Totals  0.118 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function10
Non-code lines (comments, blank lines)1
Code lines (lines that can run)9
Code lines that did run8
Code lines that did not run1
Coverage (did run/can run)88.89 %
Function listing
time 
Calls 
 line
  23 
        function helpPath = mapTopic(obj, topicId)
< 0.001 
      1 
  24
            topicId = string(topicId); 
< 0.001 
      1 
  25
            helpPath = strings(size(topicId)); 
< 0.001 
      1 
  26
            for i = 1:length(topicId) 
  0.118 
      1 
  27
                helpPath(i) = mapSingleTopic(obj, topicId(i)); 
< 0.001 
      1 
  28
                if helpPath(i) ~= "" 
  29 
                    helpPath(i) = string(matlab.internal.doc.csh.java.getDocPageUrl(obj.shortname, obj.helpLocation, helpPath(i)));
< 0.001 
      1 
  30
                end 
< 0.001 
      1 
  31
            end 
< 0.001 
      1 
  32
        end 

Other subfunctions in this file are not included in this listing.