This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
help>displayHelpM-subfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
345
url = '';
20.000 s100.0%
350
end
20 s0%
349
end
20 s0%
348
url = com.mathworks.mlwidgets....
20 s0%
347
if isempty(strfind(topic,'Cont...
20 s0%
Other lines & overhead  0 s0%
Totals  0.000 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
usejavaM-function20 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.000 s100% 
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in file9
Non-code lines (comments, blank lines)3
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
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.