提交 60c59d30 编写于 作者: X xiaojun.lin

format code

上级 651b05a0
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#include <iostream> // TODO(linxj): using Log instead #include <iostream> // TODO(linxj): using Log instead
#include "knowhere/common/Timer.h"
#include "knowhere/common/Log.h" #include "knowhere/common/Log.h"
#include "knowhere/common/Timer.h"
namespace knowhere { namespace knowhere {
...@@ -56,14 +56,14 @@ TimeRecorder::PrintTimeRecord(const std::string& msg, double span) { ...@@ -56,14 +56,14 @@ TimeRecorder::PrintTimeRecord(const std::string& msg, double span) {
KNOWHERE_LOG_DEBUG << str_log; KNOWHERE_LOG_DEBUG << str_log;
break; break;
} }
// case 2: { // case 2: {
// KNOWHERE_LOG_TRACE << str_log; // KNOWHERE_LOG_TRACE << str_log;
// break; // break;
// } // }
// case 3: { // case 3: {
// KNOWHERE_LOG_WARNING << str_log; // KNOWHERE_LOG_WARNING << str_log;
// break; // break;
// } // }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册