I did a memory allocation analysis with "julia --track-allocation=user", 
and got a strange result about a statement (below).  Can anyone help me 
understand what that means?  The function is pretty short and is called 
from within a loop with "i".

        - function M_CPB(i::Int, strsys::StrSys; fRet=0.)
        -     te = strsys.te
128721810672     if strsys.csign == strsys.StrCond[i]
        0         baseVal = te.ci[i]*strsys.fRet
         0         RecordBT(strsys)
        -     else
        0         NoUpdate(strsys)
        -     end
        0     nothing
        - end

Reply via email to