This is a static copy of a profile reportHome
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)
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 15 | obj.shortname = matlab.interna... | 1 | 0.003 s | 90.6% |  |
| 20 | obj.group = group; | 1 | 0.000 s | 5.8% |  |
| 14 | end | 1 | 0.000 s | 1.0% |  |
| 12 | if isempty(shortname) | 1 | 0.000 s | 1.0% |  |
| 17 | if nargin < 2 || isempty(gr... | 1 | 0.000 s | 0.8% |  |
| All other lines | | | 0.000 s | 0.8% |  |
| Totals | | | 0.003 s | 100% | |
Children (called functions)
| Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
| resolveShortName | function | 1 | 0.001 s | 37.1% |  |
| Self time (built-ins, overhead, etc.) | | | 0.002 s | 62.9% |  |
| Totals | | | 0.003 s | 100% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 11 |
| Non-code lines (comments, blank lines) | 2 |
| Code lines (lines that can run) | 9 |
| Code lines that did run | 7 |
| Code lines that did not run | 2 |
| 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.