Unverified Commit d5c097a2 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny re-introduce profile id logging (#6912)

parent 9736cd3b
......@@ -2221,7 +2221,7 @@ class Scheduler(
) -> ProfileReqOutput | None:
stage_str = f" for {stage.__str__()}" if stage else ""
logger.info(
f"Profiling starts{stage_str}. Traces will be saved to: {self.torch_profiler_output_dir}",
f"Profiling starts{stage_str}. Traces will be saved to: {self.torch_profiler_output_dir} (with profile id: {self.profile_id})",
)
activities = self.profiler_activities
......
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