Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

#define ILOG_PROGRESS ( message,
timeout   ) 

Value:

{                                    \
        static double sLastTime=-0.;     \
        static Timer sTimer(0);          \
        double now = sTimer.SplitTime(); \
        if(now - sLastTime > timeout)    \
        {                                \
            sLastTime = now;             \
            ILOG_INFO(message);          \
        }                                \
    }

Definition at line 233 of file ILog.h.

Referenced by GetFeatures(), and Impala::Core::Feature::MakeRandomTree().


Generated on Thu Jan 13 09:06:57 2011 for ImpalaSrc by  doxygen 1.5.1