This is a static copy of a profile report

Home

print>localIsPrintHeaderHeaderSpecEmpty (40 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:38 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/print.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
print>LocalPrintsubfunction40
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
440
end
400 s0%
438
end
400 s0%
437
reallyEmpty = true; % either n...
400 s0%
436
if isempty(hs) || (~isempty(hs...
400 s0%
435
hs = getappdata(fig,'PrintHead...
400 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function8
Non-code lines (comments, blank lines)2
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
433 function reallyEmpty = localIsPrintHeaderHeaderSpecEmpty(fig)
40 434 reallyEmpty = false; % assume the headerspec is valid and not completely empty
40 435 hs = getappdata(fig,'PrintHeaderHeaderSpec');
40 436 if isempty(hs) || (~isempty(hs) && strcmp(hs.dateformat,'none') && isempty(hs.string))
40 437 reallyEmpty = true; % either no header spec or it doesn't specify any header
40 438 end
439 % end of function localCheckHeaderSpec
40 440 end

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