Skip to content

Commit a39c861

Browse files
committed
rm unused private field in profiler
1 parent 60314ee commit a39c861

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

paddle/fluid/platform/profiler.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,11 @@ struct RecordBlock {
125125
private:
126126
std::string name_;
127127
uint64_t start_ns_;
128-
int block_id_;
129128
};
130129

131130
struct RecordThread {
132131
explicit RecordThread(int thread_id);
133132
~RecordThread();
134-
135-
private:
136-
uint64_t start_ns_;
137133
};
138134

139135
// Return the event list of all threads. Assumed the returned value calls

0 commit comments

Comments
 (0)