This is a static copy of a profile report

Home

VarOptsInputs>VarOptsInputs.set.Type (Calls: 30, Time: 0.004 s)
Generated 04-Jun-2021 04:11:18 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\+shared\VarOptsInputs.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...gt;HasPropertiesAsNVPairs.parseInputsclass method30
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
66
obj.Type_ = setType(obj,val);
300.003 s89.4%
67
end
300.000 s0.2%
65
val = convertStringsToChars(va...
300.000 s0.0%
All other lines  0.000 s10.3%
Totals  0.004 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...tsInputs>TextVarOptsInputs.setTypeclass method150.001 s27.2%
...nputs>NumericVarOptsInputs.setTypeclass method150.001 s21.1%
Self time (built-ins, overhead, etc.)  0.002 s51.7%
Totals  0.004 s100% 
Code Analyzer results
Line numberMessage
66The set method for the property 'Type' should not access another property ('Type_').
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
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
  64 
        function obj = set.Type(obj,val)
< 0.001 
     30 
  65
            val = convertStringsToChars(val); 
  0.003 
     30 
  66
            obj.Type_ = setType(obj,val); 
< 0.001 
     30 
  67
        end 

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