This is a static copy of a profile reportHome
genfigAlpha>plotdescription (48 calls, 0.164 sec)
Generated 05-Aug-2011 13:03:29 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/plotting/genfigAlpha.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 |
188 | xlabel(char(txt{2})); | 48 | 0.087 s | 53.3% |  |
184 | title(titleTxt); | 48 | 0.044 s | 26.7% |  |
189 | ylabel(char(txt{3})); | 48 | 0.022 s | 13.3% |  |
192 | return; | 48 | 0 s | 0% |  |
190 | end | 48 | 0 s | 0% |  |
All other lines | | | 0.011 s | 6.7% |  |
Totals | | | 0.164 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
xlabel | function | 48 | 0.087 s | 53.3% |  |
title | function | 48 | 0.044 s | 26.7% |  |
ylabel | function | 48 | 0.022 s | 13.3% |  |
Self time (built-ins, overhead, etc.) | | | 0.011 s | 6.7% |  |
Totals | | | 0.164 s | 100% | |
Code Analyzer results
Line number | Message |
180 | Extra semicolon is unnecessary. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 13 |
Non-code lines (comments, blank lines) | 6 |
Code lines (lines that can run) | 7 |
Code lines that did run | 7 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
180 function plotdescription(txt,dataIndex);
181
182 % title is in
48 183 titleTxt = sprintf('%s # %i', txt{1}{1}, dataIndex);
0.04 48 184 title(titleTxt);
185
186
48 187 if(~isempty(txt))
0.09 48 188 xlabel(char(txt{2}));
0.02 48 189 ylabel(char(txt{3}));
48 190 end
191
48 192 return;
Other subfunctions in this file are not included in this listing.