milvus/cpp/src/db/Utils.h
Xu Peng e3c100783c refactor(db): add utils
Former-commit-id: d42ae31c70d1e981ae847454b81c24027ad49cb0
2019-05-24 11:48:40 +08:00

20 lines
562 B
C++

/*******************************************************************************
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
#pragma once
namespace zilliz {
namespace vecwise {
namespace engine {
namespace utils {
long GetMicroSecTimeStamp();
} // namespace utils
} // namespace engine
} // namespace vecwise
} // namespace zilliz