This is a static copy of a profile reportHome
message (226 calls, 0.030 sec)
Generated 05-Nov-2014 07:53:55 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/matlab/lang/message.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
imshow | function | 226 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
17 | msgObj = internal.matlab.Messa... | 226 | 0.030 s | 100.0% |  |
18 | end | 226 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.030 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
16 function msgObj = message (msgID,varargin)
0.03 226 17 msgObj = internal.matlab.Message(msgID,varargin{:});
226 18 end
Other subfunctions in this file are not included in this listing.