This is a static copy of a profile report

Home

imagesci/private/readtif>check_info (11550 calls, 0.481 sec)
Generated 05-Nov-2014 07:52:37 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/imagesci/private/readtif.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
imagesci/private/readtif>parse_argssubfunction11550
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
138
if ~all(isfield(info, {'Filena...
113610.300 s62.5%
134
if isempty(info)
115500.020 s4.2%
135
return
1890 s0%
All other lines  0.160 s33.3%
Totals  0.481 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function13
Non-code lines (comments, blank lines)7
Code lines (lines that can run)6
Code lines that did run3
Code lines that did not run3
Coverage (did run/can run)50.00 %
Function listing
   time   calls  line
131 function check_info(info)
132 %CHECK_INFO Issue error message if user passed in invalid info struct.
133
0.02 11550 134 if isempty(info)
189 135 return
136 end
137
0.30 11361 138 if ~all(isfield(info, {'Filename', 'FileModDate', 'FileSize', ...
139 'Format', 'FormatVersion', 'Width', ...
140 'Height', 'BitDepth', 'ColorType', ...
141 'FormatSignature'}))
142 error(message('MATLAB:imagesci:readtif:invalidInfoStruct'));
143 end

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