This is a static copy of a profile report

Home

Function details for snapnow>enteringCellThis is a static copy of a profile report

Home

snapnow>enteringCell (Calls: 5, Time: 0.001 s)
Generated 28-Jun-2020 10:10:22 using performance time.
subfunction in file /Applications/MATLAB_R2018a.app/toolbox/matlab/codetools/snapnow.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
snapnowfunction5
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
180
fprintf('%s%iA%iX',data.marker...
50.001 s57.1%
165
data.lastGo = iCell;
50.000 s18.3%
182
end
50.000 s0.8%
167
if doCapture
50.000 s0.1%
All other lines  0.000 s23.7%
Totals  0.001 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
snapnow>makeCounter/getCounternested function50.000 s2.0%
Self time (built-ins, overhead, etc.)  0.001 s98.0%
Totals  0.001 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function20
Non-code lines (comments, blank lines)6
Code lines (lines that can run)14
Code lines that did run4
Code lines that did not run10
Coverage (did run/can run)28.57 %
Function listing
time 
Calls 
 line
 163 
function data = enteringCell(iCell, data, doCapture)
 164 

< 0.001 
      5 
 165
data.lastGo = iCell; 
 166 

< 0.001 
      5 
 167
if doCapture 
 168 
    for iPlugins = 1:numel(data.plugins)
 169 
        if data.plugins(iPlugins).check() && ...
 170 
                (exist(data.plugins(iPlugins).classname,'class') == 8)
 171 
            if isempty(data.plugins(iPlugins).instance)
 172 
                data.plugins(iPlugins).instance = feval(data.plugins(iPlugins).classname,data.options);
 173 
            end
 174 
            data.plugins(iPlugins).instance.enteringCell(iCell)
 175 
        end
 176 
    end
 177 
end
 178 

 179 
% Leave a divider in the output stream.
< 0.001 
      5 
 180
fprintf('%s%iA%iX',data.marker,iCell,data.counter()) 
 181 

< 0.001 
      5 
 182
end 

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