派生自 Algorithm/baseDetector

bug
Scheaven
2021-08-10 6b626a69cc7fa64590a0ca0d3539f2d1a862d2cf
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());