This is a static copy of a profile report

Home

ml_estpdf>ml_estpdf_checkvar (4 calls, 0.000 sec)
Generated 05-Nov-2014 07:52:59 using cpu time.
subfunction in file /usr0/home/jenkins/workspace/cellorganizer-demo3D11-glnx64/utilities/3D/vesicles/ml_estpdf.m
Copy to new window for comparing multiple runs

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
204
end
30 s0%
201
if n>1
30 s0%
200
if ~isempty(strmatch(name,{'no...
40 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
cell.strmatchfunction40 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
Line numberMessage
200STRMATCH will be removed in a future release. Use STRNCMP instead.
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)2
Code lines (lines that can run)5
Code lines that did run3
Code lines that did not run2
Coverage (did run/can run)60.00 %
Function listing
   time   calls  line
198 function ml_estpdf_checkvar(n,name)
199
4 200 if ~isempty(strmatch(name,{'norm','exp','gamma'}))
3 201 if n>1
202 error(['The pdf ' name ' does not support multivariate distributions.']);
203 end
3 204 end

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