This is a static copy of a profile report

Home

verLessThan>getParts (4 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:12 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/general/verLessThan.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
verLessThanfunction4
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
64
end
40 s0%
63
parts(3) = 0; % zero-fills to ...
40 s0%
62
if length(parts) < 3
40 s0%
61
parts = sscanf(V, '%d.%d.%d')'...
40 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
calls 
 line
  60 
function parts = getParts(V)
      4 
  61 
parts = sscanf(V, '%d.%d.%d')'; 
      4 
  62 
if length(parts) < 3 
      4 
  63 
    parts(3) = 0; % zero-fills to 3 elements 
      4 
  64 
end