This is a static copy of a profile report

Home

bc_maxrule (4 calls, 0.000 sec)
Generated 04-Aug-2014 13:05:16 using cpu time.
function in file /gdata/projects/atl/FV_Matlab_Framework_JingPJH/trunk/Src/Util/bc_maxrule.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
set_bcsfunction4
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
4
if maxbcid_u < maxbcid
40 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 function7
Non-code lines (comments, blank lines)3
Code lines (lines that can run)4
Code lines that did run1
Code lines that did not run3
Coverage (did run/can run)25.00 %
Function listing
time 
calls 
 line
   1 
function [Nodeu] = bc_maxrule(Nodeu, maxbcid_u, maxbcid)
   2 
%function [Nodeu] = bc_maxrule(Nodeu, maxbcid_u, maxbcid)
   3 

      4 
   4 
if maxbcid_u < maxbcid 
   5 
    ids = Nodeu > maxbcid_u;
   6 
    Nodeu(ids) = Nodeu(ids) + maxbcid - maxbcid_u;
   7 
end