Skip to content

Commit

Permalink
remove pe special profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo committed Feb 4, 2021
1 parent 35c5b23 commit e509f7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paddle/fluid/framework/parallel_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,6 @@ void ParallelExecutor::BCastParamsToDevices(
FetchResultType ParallelExecutor::Run(
const std::vector<std::string> &fetch_tensors, bool return_merged) {
VLOG(3) << "enter ParallelExecutor Run";
platform::RecordEvent parallel_executor_event(
"ParallelExecutor::Run", paddle::platform::EventRole::kSpecial);
#ifdef WITH_GPERFTOOLS
if (gProfileStarted) {
ProfilerFlush();
Expand Down

0 comments on commit e509f7f

Please sign in to comment.