提交 e43471ac 编写于 作者: Y yanghaitao

fix device queue profiling bug

上级 5359d63e
......@@ -35,7 +35,7 @@ class DeviceQueueTracing : public Tracing {
// @return Status - The error code return
Status Record(const int32_t type, const int32_t extra_info, const int32_t batch_num, const int32_t value);
std::string Name() const override { return "Device Queue Tracing"; };
std::string Name() const override { return kDeviceQueueTracingName; };
// Save tracing data to file
// @return Status - The error code return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册