Unverified Commit f6bc3f52 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix profiler (#10997)

parent 8cc27fdc
...@@ -294,6 +294,6 @@ class SchedulerProfilerMixin: ...@@ -294,6 +294,6 @@ class SchedulerProfilerMixin:
recv_req.profile_by_stage, recv_req.profile_by_stage,
recv_req.profile_id, recv_req.profile_id,
) )
return self.start_profile(True) return self.start_profile()
else: else:
return self.stop_profile() return self.stop_profile()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment