This is a static copy of a profile reportHome
scribe/private/createScribeUIMenuEntry>localCreateLineWidthEntry (14 calls, 0.044 sec)
Generated 05-Aug-2011 13:02:31 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/private/createScribeUIMenuEntry.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 |
354 | entry = localCreateNumEntry(hF... | 14 | 0.044 s | 100.0% |  |
352 | format = '%1.1f'; | 14 | 0 s | 0% |  |
351 | values = [.5,1:1:12]; | 14 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.044 s | 100% | |
Children (called functions)
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 4 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
348 function entry = localCreateLineWidthEntry(hFig,displayText,propName,undoName)
349 % Create a uimenu that brings up a list of line widths
350
14 351 values = [.5,1:1:12];
14 352 format = '%1.1f';
353
0.04 14 354 entry = localCreateNumEntry(hFig,displayText,propName,values,format,undoName);
Other subfunctions in this file are not included in this listing.