From 9b1532d86c2cf48a63017f3460897d8d14b98b60 Mon Sep 17 00:00:00 2001
From: Scheaven <xuepengqiang>
Date: 星期三, 08 九月 2021 17:45:25 +0800
Subject: [PATCH] coding

---
 src/utils/timer_utils.hpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/timer_utils.hpp b/src/utils/timer_utils.hpp
index cc9ac6e..dafccbb 100644
--- a/src/utils/timer_utils.hpp
+++ b/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());

--
Gitblit v1.8.0