派生自 Algorithm/baseDetector

孙天宇
2022-07-12 ce9d187fd294cca192a27f52719094e9df7b1b62
src/utils/timer_utils.hpp
@@ -21,8 +21,8 @@
        void out(std::string message="")
        {
            double t = elapsed();
            std::cout << message << " elasped time:" << t << "ms" << std::endl;
            // DEBUG((boost::format("%e lasped time:%f ms")%message %t).str());
            // std::cout << message << " elasped time:" << t << "ms" << std::endl;
            DEBUG((boost::format("%e lasped time:%f ms")%message %t).str());
            reset();
        }
        // DEBUG((boost::format("nhao%d")%1).str());