Fix profiler (#10997)

This commit is contained in:
Lianmin Zheng
2025-09-27 14:56:18 -07:00
committed by GitHub
parent 8cc27fdc46
commit f6bc3f529b

View File

@@ -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()