This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
legend>make_legendsubfunction8
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
811
camUp = ax.Camera.UpVector;
80.001 s42.0%
812
result = isequal(ax.View,[0,90...
80.001 s37.1%
All other lines  0.000 s20.9%
Totals  0.002 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function3
Non-code lines (comments, blank lines)1
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
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.