提交 a39c8615 编写于 作者: Q qiaolongfei

rm unused private field in profiler

上级 60314ee9
......@@ -125,15 +125,11 @@ struct RecordBlock {
private:
std::string name_;
uint64_t start_ns_;
int block_id_;
};
struct RecordThread {
explicit RecordThread(int thread_id);
~RecordThread();
private:
uint64_t start_ns_;
};
// Return the event list of all threads. Assumed the returned value calls
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册