diff --git a/paddle/fluid/platform/profiler.h b/paddle/fluid/platform/profiler.h index 030458f70a6630de56ef896a5730112a018ac0c3..de9a5cc20d76bf84778e0933831f218abb66c465 100644 --- a/paddle/fluid/platform/profiler.h +++ b/paddle/fluid/platform/profiler.h @@ -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