Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 184 of file ILog.h.

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


Generated on Fri Mar 19 09:43:07 2010 for ImpalaSrc by  doxygen 1.5.1