Fix profiler (#10997)
This commit is contained in:
@@ -294,6 +294,6 @@ class SchedulerProfilerMixin:
|
||||
recv_req.profile_by_stage,
|
||||
recv_req.profile_id,
|
||||
)
|
||||
return self.start_profile(True)
|
||||
return self.start_profile()
|
||||
else:
|
||||
return self.stop_profile()
|
||||
|
||||
Reference in New Issue
Block a user