This is a static copy of a profile reportHome
scribe/private/createScribeUIMenuEntry>localCreateTextInterpreterEntry (14 calls, 0.022 sec)
Generated 05-Aug-2011 13:02:33 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 |
114 | entry = localCreateEnumEntry(h... | 14 | 0.022 s | 100.0% |  |
112 | values = {'latex','tex','none'... | 14 | 0 s | 0% |  |
111 | descriptions = {'latex','tex',... | 14 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.022 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
108 function entry = localCreateTextInterpreterEntry(hFig,displayText,propName,undoName)
109 % Create a uimenu that is linked to text interpreters
110
14 111 descriptions = {'latex','tex','none'};
14 112 values = {'latex','tex','none'};
113
0.02 14 114 entry = localCreateEnumEntry(hFig,displayText,propName,descriptions,values, undoName);
Other subfunctions in this file are not included in this listing.