This is a static copy of a profile reportHome
help>refPageUrl (2 calls, 0.000 sec)
Generated 15-Mar-2007 12:02:09 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\matlab\helptools\help.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 |
345 | url = ''; | 2 | 0.000 s | 100.0% |  |
350 | end | 2 | 0 s | 0% |  |
349 | end | 2 | 0 s | 0% |  |
348 | url = com.mathworks.mlwidgets.... | 2 | 0 s | 0% |  |
347 | if isempty(strfind(topic,'Cont... | 2 | 0 s | 0% |  |
Other lines & overhead | | | 0 s | 0% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
usejava | M-function | 2 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.000 s | 100% | |
M-Lint results
Coverage results
[ Show coverage for parent directory ]
Total lines in file | 9 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 6 |
Code lines that did run | 6 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
343 function url = refPageUrl(topic)
344
< 0.01 2 345 url = '';
2 346 if usejava('jvm')
2 347 if isempty(strfind(topic,'Contents.m')) % don't bother with Contents.m files
2 348 url = com.mathworks.mlwidgets.help.HelpInfo.getReferencePageUrl([topic '.html']);
2 349 end
2 350 end
351
Other subfunctions in this file are not included in this listing.