This is a static copy of a profile report

Home

HelpTopicMap>HelpTopicMap.fromTopicPath (Calls: 1, Time: 0.009 s)
Generated 18-May-2021 16:05:19 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
54
[shortname,group] = matlab.int...
10.005 s51.9%
55
obj = matlab.internal.doc.csh....
10.004 s47.7%
56
end
10.000 s0.3%
All other lines  0.000 s0.2%
Totals  0.009 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
HelpTopicMap>HelpTopicMap.parseTopicPathclass method10.004 s48.9%
HelpTopicMap>HelpTopicMap.HelpTopicMapclass method10.003 s38.7%
Self time (built-ins, overhead, etc.)  0.001 s12.4%
Totals  0.009 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  53 
        function obj = fromTopicPath(topicPath)
  0.005 
      1 
  54
            [shortname,group] = matlab.internal.doc.csh.HelpTopicMap.parseTopicPath(topicPath); 
  0.004 
      1 
  55
            obj = matlab.internal.doc.csh.HelpTopicMap(shortname,group); 
< 0.001 
      1 
  56
        end 

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