This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateLineWidthEntry (2 calls, 0.000 sec)
Generated 18-Mar-2011 23:32:14 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/scribe/private/createScribeUIMenuEntry.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
scribe/private/createScribeUIMenuEntryM-function2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
354
entry = localCreateNumEntry(hF...
20 s0%
352
format = '%1.1f';
20 s0%
351
values = [.5,1:1:12];
20 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...ScribeUIMenuEntry>localCreateNumEntryM-subfunction20 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)4
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
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
2 351 values = [.5,1:1:12];
2 352 format = '%1.1f';
353
2 354 entry = localCreateNumEntry(hFig,displayText,propName,values,format,undoName);

Other subfunctions in this file are not included in this listing.