legend>lcl_is2D (Calls: 8, Time: 0.002 s)
Generated 16-Jul-2020 17:10:10 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/scribe/legend.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
legend>make_legend | subfunction | 8 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
811 | camUp = ax.Camera.UpVector; | 8 | 0.001 s | 42.0% | |
812 | result = isequal(ax.View,[0,90... | 8 | 0.001 s | 37.1% | |
All other lines | 0.000 s | 20.9% | |||
Totals | 0.002 s | 100% |
Line number | Message |
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
time | Calls | line | |
---|---|---|---|
810 | function result = lcl_is2D(ax) | ||
< 0.001 | 8 | 811 | camUp = ax.Camera.UpVector; |
< 0.001 | 8 | 812 | result = isequal(ax.View,[0,90]) && isequal(abs(camUp),[0 1 0]); |
Other subfunctions in this file are not included in this listing.