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

rm unused private field in profiler
shanyi15-patch-2
Qiao Longfei 7 years ago committed by GitHub
commit 6d4a06f26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save