This is a static copy of a profile report

Home

imagesci\private\imbmpinfo>getSignature (1 call, 0.000 sec)
Generated 15-Mar-2007 12:01:57 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\matlab\imagesci\private\imbmpinfo.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
imagesci\private\imbmpinfoM-function1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
104
signature = char(fread(fid, 2,...
10 s0%
103
fseek(fid, 0, 'bof');
10 s0%
Other lines & overhead  0 s0%
Totals  0.000 s0% 
Children (called functions)
No children
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in file8
Non-code lines (comments, blank lines)6
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
100 function signature = getSignature(fid)
101 %GETSIGNATURE Get the file's format signature.
102
1 103 fseek(fid, 0, 'bof');
1 104 signature = char(fread(fid, 2, 'uint8')');
105
106
107

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