This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
ml_estpdf | function | 4 |
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
204 | end | 3 | 0 s | 0% |  |
201 | if n>1 | 3 | 0 s | 0% |  |
200 | if ~isempty(strmatch(name,{'no... | 4 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
cell.strmatch | function | 4 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Code Analyzer results
Line number | Message |
200 | STRMATCH will be removed in a future release. Use STRNCMP instead. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 5 |
Code lines that did run | 3 |
Code lines that did not run | 2 |
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.