This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
| mapTopic | function | 1 |
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 54 | [shortname,group] = matlab.int... | 1 | 0.005 s | 51.9% |  |
| 55 | obj = matlab.internal.doc.csh.... | 1 | 0.004 s | 47.7% |  |
| 56 | end | 1 | 0.000 s | 0.3% |  |
| All other lines | | | 0.000 s | 0.2% |  |
| Totals | | | 0.009 s | 100% | |
Children (called functions)
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 4 |
| Non-code lines (comments, blank lines) | 1 |
| Code lines (lines that can run) | 3 |
| Code lines that did run | 3 |
| Code lines that did not run | 0 |
| 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.