This is a static copy of a profile report

Home

HelpTopicMap>HelpTopicMap.HelpTopicMap (Calls: 1, Time: 0.003 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
HelpTopicMap>HelpTopicMap.fromTopicPathclass method1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
15
obj.shortname = matlab.interna...
10.003 s90.6%
20
obj.group = group;
10.000 s5.8%
14
end
10.000 s1.0%
12
if isempty(shortname)
10.000 s1.0%
17
if nargin < 2 || isempty(gr...
10.000 s0.8%
All other lines  0.000 s0.8%
Totals  0.003 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
resolveShortNamefunction10.001 s37.1%
Self time (built-ins, overhead, etc.)  0.002 s62.9%
Totals  0.003 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function11
Non-code lines (comments, blank lines)2
Code lines (lines that can run)9
Code lines that did run7
Code lines that did not run2
Coverage (did run/can run)77.78 %
Function listing
time 
Calls 
 line
  11 
        function obj = HelpTopicMap(shortname, group)
< 0.001 
      1 
  12
            if isempty(shortname) 
  13 
                shortname = "";
< 0.001 
      1 
  14
            end 
  0.003 
      1 
  15
            obj.shortname = matlab.internal.doc.csh.java.resolveShortName(shortname); 
  16 
            
< 0.001 
      1 
  17
            if nargin < 2 || isempty(group) 
  18 
                group = "";
< 0.001 
      1 
  19
            end 
< 0.001 
      1 
  20
            obj.group = group; 
< 0.001 
      1 
  21
        end 

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