未验证 提交 6d4a06f2 编写于 作者: Q Qiao Longfei 提交者: GitHub

Merge pull request #9155 from jacquesqiao/fix-profiler-compile

rm unused private field in profiler
...@@ -125,15 +125,11 @@ struct RecordBlock { ...@@ -125,15 +125,11 @@ struct RecordBlock {
private: private:
std::string name_; std::string name_;
uint64_t start_ns_; uint64_t start_ns_;
int block_id_;
}; };
struct RecordThread { struct RecordThread {
explicit RecordThread(int thread_id); explicit RecordThread(int thread_id);
~RecordThread(); ~RecordThread();
private:
uint64_t start_ns_;
}; };
// Return the event list of all threads. Assumed the returned value calls // 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.
先完成此消息的编辑!
想要评论请 注册