提交 7505a584 编写于 作者: X Xiangquan Xiao

Cyber: Rename cyber_timer_wrap.cc to py_timer.cc.

上级 5a38ced2
......@@ -169,7 +169,7 @@ cc_binary(
cc_library(
name = "py_timer",
srcs = ["cyber_timer_wrap.cc"],
srcs = ["py_timer.cc"],
hdrs = ["py_timer.h"],
deps = [
"//cyber:cyber_core",
......
......@@ -14,12 +14,12 @@
* limitations under the License.
*****************************************************************************/
#include "cyber/py_wrapper/py_timer.h"
#include <Python.h>
#include <set>
#include <string>
#include "cyber/py_wrapper/py_timer.h"
#define PYOBJECT_NULL_STRING PyString_FromStringAndSize("", 0)
template <typename T>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册