Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions paddle/fluid/platform/profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ struct RecordBlock {
private:
std::string name_;
uint64_t start_ns_;
int block_id_;
// int block_id_;
};

struct RecordThread {
explicit RecordThread(int thread_id);
~RecordThread();

private:
uint64_t start_ns_;
// uint64_t start_ns_;
};

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