This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateTextInterpreterEntry (2 calls, 0.010 sec)
Generated 18-Mar-2011 23:32:17 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

Line NumberCodeCallsTotal Time% TimeTime Plot
114
entry = localCreateEnumEntry(h...
20.010 s100.0%
112
values = {'latex','tex','none'...
20 s0%
111
descriptions = {'latex','tex',...
20 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...cribeUIMenuEntry>localCreateEnumEntryM-subfunction20.010 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.010 s100% 
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
108 function entry = localCreateTextInterpreterEntry(hFig,displayText,propName,undoName)
109 % Create a uimenu that is linked to text interpreters
110
2 111 descriptions = {'latex','tex','none'};
2 112 values = {'latex','tex','none'};
113
0.01 2 114 entry = localCreateEnumEntry(hFig,displayText,propName,descriptions,values, undoName);

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