This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
genfigAlpha>plotflagsubfunction48
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
188
xlabel(char(txt{2}));
480.087 s53.3%
184
title(titleTxt);
480.044 s26.7%
189
ylabel(char(txt{3}));
480.022 s13.3%
192
return;
480 s0%
190
end
480 s0%
All other lines  0.011 s6.7%
Totals  0.164 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
xlabelfunction480.087 s53.3%
titlefunction480.044 s26.7%
ylabelfunction480.022 s13.3%
Self time (built-ins, overhead, etc.)  0.011 s6.7%
Totals  0.164 s100% 
Code Analyzer results
Line numberMessage
180Extra semicolon is unnecessary.
Coverage results
[ Show coverage for parent directory ]
Total lines in function13
Non-code lines (comments, blank lines)6
Code lines (lines that can run)7
Code lines that did run7
Code lines that did not run0
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.